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