Partager via


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

Valeur renvoyée

Type : System.Boolean
Returns true if there is object associated with the url path, otherwise, return false.

Voir aussi

Référence

ServerStub classe

ServerStub - Membres

Microsoft.SharePoint.Client - Espace de noms