EdmModelProvider.TryResolveResource - Méthode
Espace de noms : Microsoft.SharePoint.Client
Assembly : Microsoft.SharePoint.Client.ServerRuntime (dans Microsoft.SharePoint.Client.ServerRuntime.dll)
Syntaxe
'Déclaration
Protected Friend Overridable Function TryResolveResource ( _
proxyContext As ProxyContext, _
pathSegment As String, _
<OutAttribute> ByRef value As Object _
) As Boolean
'Utilisation
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
)
Paramètres
- proxyContext
Type : Microsoft.SharePoint.Client.ProxyContext
- pathSegment
Type : System.String
- value
Type : System.Object
Valeur renvoyée
Type : System.Boolean