GetObject(T) 메서드 (Int32)
Gets an object of a specific type.
네임스페이스: Microsoft.ReportingServices.RdlObjectModel
어셈블리: Microsoft.ReportingServices.Designer.Controls.dll의 Microsoft.ReportingServices.Designer.Controls
구문
‘선언
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.