ProxyContext.GetObjectFromObjectPathId - Méthode
Obtenir l'objet associé à l'id de chemin d'accès d'objet.
Espace de noms : Microsoft.SharePoint.Client
Assembly : Microsoft.SharePoint.Client.ServerRuntime (dans Microsoft.SharePoint.Client.ServerRuntime.dll)
Syntaxe
'Déclaration
Public Function GetObjectFromObjectPathId ( _
pathId As String _
) As Object
'Utilisation
Dim instance As ProxyContext
Dim pathId As String
Dim returnValue As Object
returnValue = instance.GetObjectFromObjectPathId(pathId)
public Object GetObjectFromObjectPathId(
string pathId
)
Paramètres
- pathId
Type : System.String
Valeur renvoyée
Type : System.Object