EdmModelProvider.GetEdmModel - Méthode (ProxyContext, EdmModelUsage, Object)
Espace de noms : Microsoft.SharePoint.Client
Assembly : Microsoft.SharePoint.Client.ServerRuntime (dans Microsoft.SharePoint.Client.ServerRuntime.dll)
Syntaxe
'Déclaration
Protected Friend Overridable Function GetEdmModel ( _
proxyContext As ProxyContext, _
usage As EdmModelUsage, _
target As Object _
) As IEdmModel
'Utilisation
Dim proxyContext As ProxyContext
Dim usage As EdmModelUsage
Dim target As Object
Dim returnValue As IEdmModel
returnValue = Me.GetEdmModel(proxyContext, _
usage, target)
protected internal virtual IEdmModel GetEdmModel(
ProxyContext proxyContext,
EdmModelUsage usage,
Object target
)
Paramètres
- proxyContext
Type : Microsoft.SharePoint.Client.ProxyContext
- usage
Type : Microsoft.SharePoint.Client.EdmModelUsage
- target
Type : System.Object
Valeur renvoyée
Type : IEdmModel