Метод 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.