Partilhar via


Método GetObject(T) (Int32)

Gets an object of a specific type.

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

Sintaxe

'Declaração
Function GetObject(Of T) ( _
    propertyIndex As Integer _
) As T
'Uso
Dim instance As IPropertyStore
Dim propertyIndex As Integer
Dim returnValue As T

returnValue = instance.GetObject(propertyIndex)
T GetObject<T>(
    int propertyIndex
)
generic<typename T>
T GetObject(
    int propertyIndex
)
abstract GetObject : 
        propertyIndex:int -> 'T 
JScript não dá suporte a tipos e métodos genéricos.

Parâmetros de tipo

  • T

Parâmetros

Valor de retorno

Tipo: T
An object of type T.