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
Function GetObject ( _
propertyIndex As Integer _
) As Object
'Utilisation
Dim instance As IPropertyStore
Dim propertyIndex As Integer
Dim returnValue As Object
returnValue = instance.GetObject(propertyIndex)
Object GetObject(
int propertyIndex
)
Object^ GetObject(
int propertyIndex
)
abstract GetObject :
propertyIndex:int -> Object
function GetObject(
propertyIndex : int
) : Object
Paramètres
- propertyIndex
Type : System. . :: . .Int32
The property index.
Valeur de retour
Type : System. . :: . .Object
An object.