Compartilhar via


ProxyContext.GetObjectFromObjectPathId método

Obtenha o objeto associado com a identificação de caminho do objeto.

Namespace:  Microsoft.SharePoint.Client
Assembly:  Microsoft.SharePoint.Client.ServerRuntime (em Microsoft.SharePoint.Client.ServerRuntime.dll)

Sintaxe

'Declaração
Public Function GetObjectFromObjectPathId ( _
    pathId As String _
) As Object
'Uso
Dim instance As ProxyContext
Dim pathId As String
Dim returnValue As Object

returnValue = instance.GetObjectFromObjectPathId(pathId)
public Object GetObjectFromObjectPathId(
    string pathId
)

Parâmetros

Valor retornado

Tipo: System.Object

Ver também

Referência

ProxyContext classe

ProxyContext membros

Microsoft.SharePoint.Client namespace