MenuItemCollection Sınıf
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
Bir grup ilgili MenuItem nesne.
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
- Devralma
-
MenuItemCollection
- Uygulamalar
Oluşturucular
| MenuItemCollection() |
Özellikler
| Count | |
| IsReadOnly | |
| Item[Int32] |
Yöntemler
| Add(MenuItem) | |
| Clear() | |
| Contains(MenuItem) | |
| CopyTo(MenuItem[], Int32) | |
| GetEnumerator() | |
| IndexOf(MenuItem) | |
| Insert(Int32, MenuItem) | |
| Remove(MenuItem) | |
| RemoveAt(Int32) |
Belirtik Arabirim Kullanımları
| IEnumerable.GetEnumerator() | |
| INotifyCollectionChanged.CollectionChanged |
Uzantı Metotları
| ForEach<T>(IEnumerable<T>, Action<T>) |
Xamarin. Forms platformu tarafından dahili kullanım için. |
| GroupToDictionary<TSource,TKey>(IEnumerable<TSource>, Func<TSource,TKey>) |
Xamarin. Forms platformu tarafından dahili kullanım için. |
| IndexOf<T>(IEnumerable<T>, T) |
Xamarin. Forms platformu tarafından dahili kullanım için. |
| IndexOf<T>(IEnumerable<T>, Func<T,Boolean>) |
Xamarin. Forms platformu tarafından dahili kullanım için. |
| Prepend<T>(IEnumerable<T>, T) |
Xamarin. Forms platformu tarafından dahili kullanım için. |