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

参数

返回值

类型:T
An object of type T.