Freigeben über


Navigation.TopNavigationBar-Eigenschaft

Ruft einen Wert ab, der entsprechende Navigationsknoten für Links auf der oberen Navigationsleiste der Website sammelt.

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 ReadOnly Property TopNavigationBar As NavigationNodeCollection
    Get
'Usage
Dim instance As Navigation
Dim value As NavigationNodeCollection

value = instance.TopNavigationBar
public NavigationNodeCollection TopNavigationBar { get; }

Eigenschaftswert

Typ: Microsoft.SharePoint.Client.NavigationNodeCollection
Gibt eine NavigationNodeCollection.instance das sammelt Navigationsknoten entspricht, um Links in der oberen Navigationsleiste der Website an.

Hinweise

Er muss ein Nullverweis (Nothing in Visual Basic) sein, wenn die oberen Navigationsleiste in einer anderen Website definiert ist oder wenn die oberen Navigationsleiste Leiste Knoten Auflistung gelöscht wurden.

Siehe auch

Referenz

Navigation Klasse

Navigation-Member

Microsoft.SharePoint.Client-Namespace