MenuItemCollection Class
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.
A group of related MenuItem objects.
public sealed class MenuItemCollection : System.Collections.Generic.ICollection<Xamarin.Forms.MenuItem>, System.Collections.Generic.IEnumerable<Xamarin.Forms.MenuItem>, System.Collections.Generic.IList<Xamarin.Forms.MenuItem>, System.Collections.Specialized.INotifyCollectionChanged
type MenuItemCollection = class
interface seq<MenuItem>
interface IEnumerable
interface IList<MenuItem>
interface ICollection<MenuItem>
interface INotifyCollectionChanged
- Inheritance
-
System.ObjectMenuItemCollection
- Implements
-
System.
Collections. <T> System.Generic. ICollection Collections. <MenuItem> System.Generic. ICollection Collections. <T> System.Generic. IEnumerable Collections. <MenuItem> System.Generic. IEnumerable Collections. <MenuItem> System.Generic. IList Collections. System.IEnumerable Collections. Specialized. INotify Collection Changed
Add(Menu |
|
Clear() | |
Contains(Menu |
|
Copy |
|
Get |
|
Index |
|
Insert(Int32, Menu |
|
Remove(Menu |
|
Remove |
For |
For internal use by the Xamarin.Forms platform. |
Group |
For internal use by the Xamarin.Forms platform. |
Index |
For internal use by the Xamarin.Forms platform. |
Index |
For internal use by the Xamarin.Forms platform. |
Prepend<T>(IEnumerable<T>, T) |
For internal use by the Xamarin.Forms platform. |