Поделиться через


Метод Parameter.GetTypeDescriptorByNameAndLevel

Возвращает дескриптор типа, используя имя и уровень.

Пространство имен:  Microsoft.SharePoint.BusinessData.Administration
Сборка:  Microsoft.SharePoint (в Microsoft.SharePoint.dll)

Синтаксис

'Декларация
Public Function GetTypeDescriptorByNameAndLevel ( _
    name As String, _
    level As Integer _
) As TypeDescriptor
'Применение
Dim instance As Parameter
Dim name As String
Dim level As Integer
Dim returnValue As TypeDescriptor

returnValue = instance.GetTypeDescriptorByNameAndLevel(name, _
    level)
public TypeDescriptor GetTypeDescriptorByNameAndLevel(
    string name,
    int level
)

Параметры

  • name
    Тип: System.String

    Имя типа дескриптора.

  • level
    Тип: System.Int32

    Уровень дескриптора типа.

Возвращаемое значение

Тип: Microsoft.SharePoint.BusinessData.Administration.TypeDescriptor
Объект TypeDescriptor .

См. также

Справочные материалы

Parameter класс

Элементы Parameter

Пространство имен Microsoft.SharePoint.BusinessData.Administration