Метод 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
)
Параметры
- proxyContext
Тип: Microsoft.SharePoint.Client.ProxyContext
- type
Тип: System.Type
- typeInformation
Тип: Microsoft.SharePoint.Client.TypeInformation
Возвращаемое значение
Тип: System.Boolean