Метод EdmModelProvider.TryResolveResource
Пространство имен: Microsoft.SharePoint.Client
Сборка: Microsoft.SharePoint.Client.ServerRuntime (в Microsoft.SharePoint.Client.ServerRuntime.dll)
Синтаксис
'Декларация
Protected Friend Overridable Function TryResolveResource ( _
proxyContext As ProxyContext, _
pathSegment As String, _
<OutAttribute> ByRef value As Object _
) As Boolean
'Применение
Dim proxyContext As ProxyContext
Dim pathSegment As String
Dim value As Object
Dim returnValue As Boolean
returnValue = Me.TryResolveResource(proxyContext, _
pathSegment, value)
protected internal virtual bool TryResolveResource(
ProxyContext proxyContext,
string pathSegment,
out Object value
)
Параметры
- proxyContext
Тип: Microsoft.SharePoint.Client.ProxyContext
- pathSegment
Тип: System.String
- value
Тип: System.Object
Возвращаемое значение
Тип: System.Boolean