Compartilhar via


EdmModelProvider.TryResolveTypeInformationFromDefaultProvider método

Namespace:  Microsoft.SharePoint.Client
Assembly:  Microsoft.SharePoint.Client.ServerRuntime (em Microsoft.SharePoint.Client.ServerRuntime.dll)

Sintaxe

'Declaração
Public Shared Function TryResolveTypeInformationFromDefaultProvider ( _
    proxyContext As ProxyContext, _
    type As Type, _
    <OutAttribute> ByRef typeInformation As TypeInformation _
) As Boolean
'Uso
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
)

Parâmetros

Valor retornado

Tipo: System.Boolean

Ver também

Referência

EdmModelProvider classe

EdmModelProvider membros

Microsoft.SharePoint.Client namespace