Navigation.GetNodeById método
Namespace: Microsoft.SharePoint.Client
Assemblies: Microsoft.SharePoint.Client.Silverlight (em Microsoft.SharePoint.Client.Silverlight.dll); Microsoft.SharePoint.Client.Phone (em Microsoft.SharePoint.Client.Phone.dll) Microsoft.SharePoint.Client (em Microsoft.SharePoint.Client.dll)
Sintaxe
'Declaração
Public Function GetNodeById ( _
id As Integer _
) As NavigationNode
'Uso
Dim instance As Navigation
Dim id As Integer
Dim returnValue As NavigationNode
returnValue = instance.GetNodeById(id)
public NavigationNode GetNodeById(
int id
)
Parâmetros
- id
Tipo: System.Int32
Valor retornado
Tipo: Microsoft.SharePoint.Client.NavigationNode