EdmModelProvider.GetTypes método (ProxyContext, EdmModelUsage, Object)
Namespace: Microsoft.SharePoint.Client
Assembly: Microsoft.SharePoint.Client.ServerRuntime (em Microsoft.SharePoint.Client.ServerRuntime.dll)
Sintaxe
'Declaração
Protected Friend Overridable Function GetTypes ( _
proxyContext As ProxyContext, _
usage As EdmModelUsage, _
target As Object _
) As IEnumerable(Of TypeInformation)
'Uso
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
)
Parâmetros
- proxyContext
Tipo: Microsoft.SharePoint.Client.ProxyContext
- usage
Tipo: Microsoft.SharePoint.Client.EdmModelUsage
- target
Tipo: System.Object
Valor retornado
Tipo: System.Collections.Generic.IEnumerable<TypeInformation>