Метод GetObject (Int32)

Gets an object property.

Пространство имен:  Microsoft.ReportingServices.RdlObjectModel
Сборка:  Microsoft.ReportingServices.Designer.Controls (в Microsoft.ReportingServices.Designer.Controls.dll)

Синтаксис

'Декларация
Public Function GetObject ( _
    propertyIndex As Integer _
) As Object
'Применение
Dim instance As PropertyStore
Dim propertyIndex As Integer
Dim returnValue As Object

returnValue = instance.GetObject(propertyIndex)
public Object GetObject(
    int propertyIndex
)
public:
virtual Object^ GetObject(
    int propertyIndex
) sealed
abstract GetObject : 
        propertyIndex:int -> Object 
override GetObject : 
        propertyIndex:int -> Object 
public final function GetObject(
    propertyIndex : int
) : Object

Параметры

Возвращаемое значение

Тип System. . :: . .Object
An object.

Реализует интерфейс

IPropertyStore. . :: . .GetObject(Int32)