EdmModelProvider.GetTypes - Méthode (ProxyContext)
Espace de noms : Microsoft.SharePoint.Client
Assembly : Microsoft.SharePoint.Client.ServerRuntime (dans Microsoft.SharePoint.Client.ServerRuntime.dll)
Syntaxe
'Déclaration
Protected Friend MustOverride Function GetTypes ( _
proxyContext As ProxyContext _
) As IEnumerable(Of TypeInformation)
'Utilisation
Dim proxyContext As ProxyContext
Dim returnValue As IEnumerable(Of TypeInformation)
returnValue = Me.GetTypes(proxyContext)
protected internal abstract IEnumerable<TypeInformation> GetTypes(
ProxyContext proxyContext
)
Paramètres
- proxyContext
Type : Microsoft.SharePoint.Client.ProxyContext
Valeur renvoyée
Type : System.Collections.Generic.IEnumerable<TypeInformation>