SiteMapHierarchicalDataSourceView.Select 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.
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
Returns
An IHierarchicalEnumerable collection of site map nodes.
Remarks
The Select method returns an IHierarchicalEnumerable collection of nodes. You can call the IEnumerable.GetEnumerator method to get an IEnumerator object and iterate through this collection.
Applies to
See also
שתף איתנו פעולה ב- GitHub
ניתן למצוא את המקור לתוכן זה ב- GitHub, שם ניתן גם ליצור ולסקור בעיות ולמשוך בקשות. לקבלת מידע נוסף, עיין במדריך התורמים שלנו.