Partager via


GetObject méthode (Int32)

Gets an object property.

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

Syntaxe

'Déclaration
Public Function GetObject ( _
    propertyIndex As Integer _
) As Object
'Utilisation
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

Paramètres

Valeur de retour

Type : System. . :: . .Object
An object.

Implémente

IPropertyStore. . :: . .GetObject(Int32)