This documentation is archived and is not being maintained.

MenuItemCollection Methods

The MenuItemCollection type exposes the following members.

  NameDescription
Public method Add Appends the specified MenuItem object to the end of the current MenuItemCollection object.
Public method AddAt Inserts the specified MenuItem object in the current MenuItemCollection object at the specified index location.
Public method Clear Removes all items from the current MenuItemCollection object.
Public method Contains Determines whether the specified MenuItem object is in the collection.
Public method CopyTo(Array, Int32) Copies all the items from the MenuItemCollection object to a compatible one-dimensional Array, starting at the specified index in the target array.
Public method CopyTo(array<MenuItem>, Int32) Copies all the items from the MenuItemCollection object to a compatible one-dimensional array of MenuItem objects, starting at the specified index in the target array.
Public method Equals(Object) Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Public method GetEnumerator Returns an enumerator that can be used to iterate through the items in the current MenuItemCollection object.
Public method GetHashCode Serves as a hash function for a particular type. (Inherited from Object.)
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Public method IndexOf Determines the index of the specified MenuItem object in the collection.
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public method Remove Removes the specified MenuItem object from the MenuItemCollection object.
Public method RemoveAt Removes the MenuItem object at the specified index location from the current MenuItemCollection object.
Public method ToString Returns a string that represents the current object. (Inherited from Object.)
Top

  NameDescription
Public Extension Method AsParallel Enables parallelization of a query. (Defined by ParallelEnumerable.)
Public Extension Method AsQueryable Converts an IEnumerable to an IQueryable. (Defined by Queryable.)
Public Extension Method Cast<TResult> Casts the elements of an IEnumerable to the specified type. (Defined by Enumerable.)
Public Extension Method OfType<TResult> Filters the elements of an IEnumerable based on a specified type. (Defined by Enumerable.)
Top

  NameDescription
Explicit interface implemetation Private method IStateManager::LoadViewState Infrastructure. Loads the MenuItemCollection object's previously saved view state.
Explicit interface implemetation Private method IStateManager::SaveViewState Infrastructure. Saves the changes to view state to an Object.
Explicit interface implemetation Private method IStateManager::TrackViewState Infrastructure. Instructs the MenuItemCollection object to track changes to its view state.
Top
Show: