ReadOnlyNavigationItemCollection Class Members
The following tables list the members exposed by ReadOnlyNavigationItemCollection.
Public Constructors
Name | Description | |
---|---|---|
ReadOnlyNavigationItemCollection Constructor | Initializes a new instance of the ReadOnlyNavigationItemCollection class. Class that serves as a wrapper around the specified System.Collections.ObjectModel.ReadOnlyCollection of NavigationItem. |
Public Properties
Name | Description | |
---|---|---|
Count | (Inherited from System.Collections.ObjectModel.ReadOnlyCollection<NavigationItem>) | |
Item | (Inherited from System.Collections.ObjectModel.ReadOnlyCollection<NavigationItem>) |
Protected Properties
Name | Description | |
---|---|---|
Items | (Inherited from System.Collections.ObjectModel.ReadOnlyCollection<NavigationItem>) |
Public Methods
Name | Description | |
---|---|---|
Contains | (Inherited from System.Collections.ObjectModel.ReadOnlyCollection<NavigationItem>) | |
CopyTo | (Inherited from System.Collections.ObjectModel.ReadOnlyCollection<NavigationItem>) | |
GetEnumerator | (Inherited from System.Collections.ObjectModel.ReadOnlyCollection<NavigationItem>) | |
IndexOf | (Inherited from System.Collections.ObjectModel.ReadOnlyCollection<NavigationItem>) |
See Also