GetObject(T) メソッド (Int32)

特定の型のオブジェクトを取得します。

名前空間:  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
T 型オブジェクトです。