Navigation.TopNavigationBar - Propriété
Gets a value that collects navigation nodes corresponding to links in the top navigation bar of the site.
Espace de noms : Microsoft.SharePoint.Client
Assemblys : Microsoft.SharePoint.Client.Silverlight (dans Microsoft.SharePoint.Client.Silverlight.dll); Microsoft.SharePoint.Client.Phone (dans Microsoft.SharePoint.Client.Phone.dll) Microsoft.SharePoint.Client (dans Microsoft.SharePoint.Client.dll)
Syntaxe
'Déclaration
Public ReadOnly Property TopNavigationBar As NavigationNodeCollection
Get
'Utilisation
Dim instance As Navigation
Dim value As NavigationNodeCollection
value = instance.TopNavigationBar
public NavigationNodeCollection TopNavigationBar { get; }
Valeur de propriété
Type : Microsoft.SharePoint.Client.NavigationNodeCollection
Returns a NavigationNodeCollection.instance which collects navigation nodes corresponding to links in the top navigation bar of the site.
Remarques
It must be une référence Null (Rien dans Visual Basic) if the top navigation bar is defined in a different site or if the top navigation bar node collection has been deleted.