Partager via


SPSiteMapProvider.FindSiteMapNodeFromKey - Méthode

Renvoie un objet SiteMapNode selon une clé spécifiée.

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

Syntaxe

'Déclaration
Public Overrides Function FindSiteMapNodeFromKey ( _
    key As String _
) As SiteMapNode
'Utilisation
Dim instance As SPSiteMapProvider
Dim key As String
Dim returnValue As SiteMapNode

returnValue = instance.FindSiteMapNodeFromKey(key)
public override SiteMapNode FindSiteMapNodeFromKey(
    string key
)

Paramètres

Valeur renvoyée

Type : System.Web.SiteMapNode
Retourne une instance de SiteMapNode qui représente la page Web identifiée par key.

Voir aussi

Référence

SPSiteMapProvider classe

SPSiteMapProvider - Membres

Microsoft.SharePoint.Navigation - Espace de noms

System.Web.SiteMapNode