Freigeben über


Navigation.QuickLaunch-Eigenschaft

Ruft einen Wert ab, der entsprechende Navigationsknoten für Links im Schnellstartbereich 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 QuickLaunch As NavigationNodeCollection
    Get
'Usage
Dim instance As Navigation
Dim value As NavigationNodeCollection

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

Eigenschaftswert

Typ: Microsoft.SharePoint.Client.NavigationNodeCollection
Gibt eine NavigationNodeCollection.instance das sammelt Navigationsknoten entspricht zu Links im Schnellstartbereich der Website an.

Hinweise

Wenn der Schnellstartleiste Knoten nicht verfügbar ist, muss es ein Nullverweis (Nothing in Visual Basic) .

Siehe auch

Referenz

Navigation Klasse

Navigation-Member

Microsoft.SharePoint.Client-Namespace