ServerStub.TryGetObjectFromUrlPathSegment - Méthode
Try get the object associated with the url path segment after the object.
Espace de noms : Microsoft.SharePoint.Client
Assembly : Microsoft.SharePoint.Client.ServerRuntime (dans Microsoft.SharePoint.Client.ServerRuntime.dll)
Syntaxe
'Déclaration
Protected Friend Overridable Function TryGetObjectFromUrlPathSegment ( _
value As Object, _
pathSegment As String, _
proxyContext As ProxyContext, _
<OutAttribute> ByRef result As Object _
) As Boolean
'Utilisation
Dim value As Object
Dim pathSegment As String
Dim proxyContext As ProxyContext
Dim result As Object
Dim returnValue As Boolean
returnValue = Me.TryGetObjectFromUrlPathSegment(value, _
pathSegment, proxyContext, result)
protected internal virtual bool TryGetObjectFromUrlPathSegment(
Object value,
string pathSegment,
ProxyContext proxyContext,
out Object result
)
Paramètres
value
Type : System.ObjectThe current object.
pathSegment
Type : System.StringUrl path segment.
proxyContext
Type : Microsoft.SharePoint.Client.ProxyContextThe proxy context.
result
Type : System.ObjectThe result object.
Valeur renvoyée
Type : System.Boolean
Returns true if there is object associated with the url path, otherwise, return false.