Partager via


EdmModelProvider.TryResolveTypeInformationFromDefaultProvider - Méthode

Espace de noms :  Microsoft.SharePoint.Client
Assembly :  Microsoft.SharePoint.Client.ServerRuntime (dans Microsoft.SharePoint.Client.ServerRuntime.dll)

Syntaxe

'Déclaration
Public Shared Function TryResolveTypeInformationFromDefaultProvider ( _
    proxyContext As ProxyContext, _
    type As Type, _
    <OutAttribute> ByRef typeInformation As TypeInformation _
) As Boolean
'Utilisation
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
)

Paramètres

Valeur renvoyée

Type : System.Boolean

Voir aussi

Référence

EdmModelProvider classe

EdmModelProvider - Membres

Microsoft.SharePoint.Client - Espace de noms