Partilhar via


Método GetObject (Int32)

Gets an object property.

Namespace:  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (em Microsoft.ReportingServices.Designer.Controls.dll)

Sintaxe

'Declaração
Public Function GetObject ( _
    propertyIndex As Integer _
) As Object
'Uso
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

Parâmetros

Valor de retorno

Tipo: System. . :: . .Object
An object.

Implementa

IPropertyStore. . :: . .GetObject(Int32)