Метод EdmModelProvider.GetTypes (ProxyContext, EdmModelUsage, Object)
Пространство имен: Microsoft.SharePoint.Client
Сборка: Microsoft.SharePoint.Client.ServerRuntime (в Microsoft.SharePoint.Client.ServerRuntime.dll)
Синтаксис
'Декларация
Protected Friend Overridable Function GetTypes ( _
proxyContext As ProxyContext, _
usage As EdmModelUsage, _
target As Object _
) As IEnumerable(Of TypeInformation)
'Применение
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
)
Параметры
- proxyContext
Тип: Microsoft.SharePoint.Client.ProxyContext
- usage
Тип: Microsoft.SharePoint.Client.EdmModelUsage
- target
Тип: System.Object
Возвращаемое значение
Тип: System.Collections.Generic.IEnumerable<TypeInformation>