SiteMapHierarchicalDataSourceView.Select Método
Definição
Obtém a coleção de objetos SiteMapNode que representa a estrutura de navegação no site para o usuário atual.Gets the collection of the SiteMapNode objects that represents the site navigation structure for the current user.
public:
override System::Web::UI::IHierarchicalEnumerable ^ Select();
public override System.Web.UI.IHierarchicalEnumerable Select ();
override this.Select : unit -> System.Web.UI.IHierarchicalEnumerable
Public Overrides Function Select () As IHierarchicalEnumerable
Retornos
Uma coleção de IHierarchicalEnumerable de nós de mapa de site.An IHierarchicalEnumerable collection of site map nodes.
Comentários
O Select método retorna uma IHierarchicalEnumerable coleção de nós.The Select method returns an IHierarchicalEnumerable collection of nodes. Você pode chamar o IEnumerable.GetEnumerator método para obter um IEnumerator objeto e iterar por meio dessa coleção.You can call the IEnumerable.GetEnumerator method to get an IEnumerator object and iterate through this collection.