Navigation.GetNodeById-Methode
Namespace: Microsoft.SharePoint.Client
Assemblys: Microsoft.SharePoint.Client.Silverlight (in Microsoft.SharePoint.Client.Silverlight.dll); Microsoft.SharePoint.Client.Phone (in Microsoft.SharePoint.Client.Phone.dll) Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
Public Function GetNodeById ( _
id As Integer _
) As NavigationNode
'Usage
Dim instance As Navigation
Dim id As Integer
Dim returnValue As NavigationNode
returnValue = instance.GetNodeById(id)
public NavigationNode GetNodeById(
int id
)
Parameter
- id
Typ: System.Int32
Rückgabewert
Typ: Microsoft.SharePoint.Client.NavigationNode