MenuItemCollection Class
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.
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
Constructors
MenuItemCollection() |
Properties
Count | |
IsReadOnly | |
Item[Int32] |
Methods
Add(MenuItem) | |
Clear() | |
Contains(MenuItem) | |
CopyTo(MenuItem[], Int32) | |
GetEnumerator() | |
IndexOf(MenuItem) | |
Insert(Int32, MenuItem) | |
Remove(MenuItem) | |
RemoveAt(Int32) |
Explicit Interface Implementations
IEnumerable.GetEnumerator() | |
INotifyCollectionChanged.CollectionChanged |
Applies to
Berkolaborasi dengan kami di GitHub
Sumber untuk konten ini dapat ditemukan di GitHub, yang juga dapat Anda gunakan untuk membuat dan meninjau masalah dan menarik permintaan. Untuk informasi selengkapnya, lihat panduan kontributor kami.