del método Navigation.GetNodeById
Espacio de nombres: Microsoft.SharePoint.Client
Ensamblados: Microsoft.SharePoint.Client.Silverlight (en Microsoft.SharePoint.Client.Silverlight.dll); Microsoft.SharePoint.Client.Phone (en Microsoft.SharePoint.Client.Phone.dll) Microsoft.SharePoint.Client (en Microsoft.SharePoint.Client.dll)
Sintaxis
'Declaración
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 devuelto
Tipo: Microsoft.SharePoint.Client.NavigationNode