Partager via


EdmModelProvider.GetTypes - 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 GetTypes ( _
    proxyContext As ProxyContext, _
    usage As EdmModelUsage, _
    target As Object _
) As IEnumerable(Of TypeInformation)
'Utilisation
Dim proxyContext As ProxyContext
Dim usage As EdmModelUsage
Dim target As Object
Dim returnValue As IEnumerable(Of TypeInformation)

returnValue = Me.GetTypes(proxyContext, _
    usage, target)
protected internal virtual IEnumerable<TypeInformation> GetTypes(
    ProxyContext proxyContext,
    EdmModelUsage usage,
    Object target
)

Paramètres

Valeur renvoyée

Type : System.Collections.Generic.IEnumerable<TypeInformation>

Voir aussi

Référence

EdmModelProvider classe

EdmModelProvider - Membres

GetTypes - Surcharge

Microsoft.SharePoint.Client - Espace de noms