Partager via


GetObject(T) méthode (Int32)

Gets an object of a specific type.

Espace de noms :  Microsoft.ReportingServices.RdlObjectModel
Assembly :  Microsoft.ReportingServices.Designer.Controls (dans Microsoft.ReportingServices.Designer.Controls.dll)

Syntaxe

'Déclaration
Function GetObject(Of T) ( _
    propertyIndex As Integer _
) As T
'Utilisation
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 ne prend pas en charge les types et les méthodes génériques.

Paramètres de type

  • T

Paramètres

Valeur de retour

Type : T
An object of type T.