Navigation.GetNodeById - Méthode
Espace de noms : Microsoft.SharePoint.Client
Assemblys : Microsoft.SharePoint.Client.Silverlight (dans Microsoft.SharePoint.Client.Silverlight.dll); Microsoft.SharePoint.Client.Phone (dans Microsoft.SharePoint.Client.Phone.dll) Microsoft.SharePoint.Client (dans Microsoft.SharePoint.Client.dll)
Syntaxe
'Déclaration
Public Function GetNodeById ( _
id As Integer _
) As NavigationNode
'Utilisation
Dim instance As Navigation
Dim id As Integer
Dim returnValue As NavigationNode
returnValue = instance.GetNodeById(id)
public NavigationNode GetNodeById(
int id
)
Paramètres
- id
Type : System.Int32
Valeur renvoyée
Type : Microsoft.SharePoint.Client.NavigationNode