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
Function GetObject ( _
propertyIndex As Integer _
) As Object
'Uso
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
Parâmetros
- propertyIndex
Tipo: System. . :: . .Int32
The property index.
Valor de retorno
Tipo: System. . :: . .Object
An object.
Consulte também