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
- proxyContext
Type : Microsoft.SharePoint.Client.ProxyContext
- type
Type : System.Type
- typeInformation
Type : Microsoft.SharePoint.Client.TypeInformation
Valeur renvoyée
Type : System.Boolean