Método GetObject(T) (Int32)
Gets a property of type T.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (em Microsoft.ReportingServices.Designer.Controls.dll)
Sintaxe
'Declaração
Public Function GetObject(Of T) ( _
propertyIndex As Integer _
) As T
'Uso
Dim instance As PropertyStore
Dim propertyIndex As Integer
Dim returnValue As T
returnValue = instance.GetObject(propertyIndex)
public T GetObject<T>(
int propertyIndex
)
public:
generic<typename T>
virtual T GetObject(
int propertyIndex
) sealed
abstract GetObject :
propertyIndex:int -> 'T
override GetObject :
propertyIndex:int -> 'T
JScript não dá suporte a tipos e métodos genéricos.
Parâmetros de tipo
- T
Parâmetros
- propertyIndex
Tipo: System. . :: . .Int32
The property index.
Valor de retorno
Tipo: T
An object of type T.
Consulte também