GetObject Método (Int32)
Gets an object property.
Espacio de nombres: Microsoft.ReportingServices.RdlObjectModel
Ensamblado: Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)
Sintaxis
'Declaración
Public Function GetObject ( _
propertyIndex As Integer _
) As Object
'Uso
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
Parámetros
- propertyIndex
Tipo: System. . :: . .Int32
The property index.
Valor devuelto
Tipo: System. . :: . .Object
An object.