Partager via


SwitchableSiteMapProvider.GetChildNodes - Méthode

Ce membre remplace SiteMapProvider.GetChildNodes(SiteMapNode).

Espace de noms :  Microsoft.SharePoint.Publishing.Navigation
Assembly :  Microsoft.SharePoint.Publishing (dans Microsoft.SharePoint.Publishing.dll)

Syntaxe

'Déclaration
<SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel := True)> _
Public Overrides Function GetChildNodes ( _
    node As SiteMapNode _
) As SiteMapNodeCollection
'Utilisation
Dim instance As SwitchableSiteMapProvider
Dim node As SiteMapNode
Dim returnValue As SiteMapNodeCollection

returnValue = instance.GetChildNodes(node)
[SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel = true)]
public override SiteMapNodeCollection GetChildNodes(
    SiteMapNode node
)

Paramètres

Valeur renvoyée

Type : System.Web.SiteMapNodeCollection

Voir aussi

Référence

SwitchableSiteMapProvider classe

SwitchableSiteMapProvider - Membres

Microsoft.SharePoint.Publishing.Navigation - Espace de noms