GetObject(T) 方法 (Int32)
Gets a property of type T.
命名空間: Microsoft.ReportingServices.RdlObjectModel
組件: Microsoft.ReportingServices.Designer.Controls (在 Microsoft.ReportingServices.Designer.Controls.dll 中)
語法
'宣告
Public Function GetObject(Of T) ( _
propertyIndex As Integer _
) As T
'用途
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 不支援一般類型和方法。
型別參數
- T
參數
- propertyIndex
型別:System. . :: . .Int32
The property index.
傳回值
型別:T
An object of type T.