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


Метод EdmModelProvider.TryResolveTypeInformationFromDefaultProvider

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

Синтаксис

'Декларация
Public Shared Function TryResolveTypeInformationFromDefaultProvider ( _
    proxyContext As ProxyContext, _
    type As Type, _
    <OutAttribute> ByRef typeInformation As TypeInformation _
) As Boolean
'Применение
Dim proxyContext As ProxyContext
Dim type As Type
Dim typeInformation As TypeInformation
Dim returnValue As Boolean

returnValue = EdmModelProvider.TryResolveTypeInformationFromDefaultProvider(proxyContext, _
    type, typeInformation)
public static bool TryResolveTypeInformationFromDefaultProvider(
    ProxyContext proxyContext,
    Type type,
    out TypeInformation typeInformation
)

Параметры

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

Тип: System.Boolean

См. также

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

EdmModelProvider класс

Элементы EdmModelProvider

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