SiteMapProvider.GetRootNodeCoreFromProvider(SiteMapProvider) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Retrieves the root node of all the nodes that are currently managed by the specified site map provider.
protected:
static System::Web::SiteMapNode ^ GetRootNodeCoreFromProvider(System::Web::SiteMapProvider ^ provider);
protected static System.Web.SiteMapNode GetRootNodeCoreFromProvider (System.Web.SiteMapProvider provider);
static member GetRootNodeCoreFromProvider : System.Web.SiteMapProvider -> System.Web.SiteMapNode
Protected Shared Function GetRootNodeCoreFromProvider (provider As SiteMapProvider) As SiteMapNode
Parameters
- provider
- SiteMapProvider
The provider that calls the GetRootNodeCore().
Returns
A SiteMapNode that represents the root node of the set of nodes that is managed by provider
.
Remarks
The default implementation calls the abstract GetRootNodeCore method on the specified provider
.
Applies to
See also
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.