Partilhar via


MenuItemCollection Class

Definition

A group of related MenuItem objects.

public ref class MenuItemCollection sealed : System::Collections::Generic::ICollection<Microsoft::Maui::Controls::MenuItem ^>, System::Collections::Generic::IEnumerable<Microsoft::Maui::Controls::MenuItem ^>, System::Collections::Generic::IList<Microsoft::Maui::Controls::MenuItem ^>, System::Collections::Specialized::INotifyCollectionChanged
public sealed class MenuItemCollection : System.Collections.Generic.ICollection<Microsoft.Maui.Controls.MenuItem>, System.Collections.Generic.IEnumerable<Microsoft.Maui.Controls.MenuItem>, System.Collections.Generic.IList<Microsoft.Maui.Controls.MenuItem>, System.Collections.Specialized.INotifyCollectionChanged
type MenuItemCollection = class
    interface seq<MenuItem>
    interface IEnumerable
    interface IList<MenuItem>
    interface ICollection<MenuItem>
    interface INotifyCollectionChanged
Public NotInheritable Class MenuItemCollection
Implements ICollection(Of MenuItem), IEnumerable(Of MenuItem), IList(Of MenuItem), INotifyCollectionChanged
Inheritance
MenuItemCollection
Implements

Applies to