IPropertyStore.GetObject<T> Method (Int32)
Gets an object of a specific type.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Function GetObject(Of T) ( _
propertyIndex As Integer _
) As T
'Usage
Dim instance As IPropertyStore
Dim propertyIndex As Integer
Dim returnValue As T
returnValue = instance.GetObject(propertyIndex)
T GetObject<T>(
int propertyIndex
)
generic<typename T>
T GetObject(
int propertyIndex
)
abstract GetObject :
propertyIndex:int -> 'T
JScript does not support generic types and methods.
Type Parameters
- T
Parameters
- propertyIndex
Type: System.Int32
The property index.
Return Value
Type: T
An object of type T.