VisualStateGroupList 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
包含應用程式的視覺狀態群組清單。
public class VisualStateGroupList : System.Collections.Generic.ICollection<Xamarin.Forms.VisualStateGroup>, System.Collections.Generic.IEnumerable<Xamarin.Forms.VisualStateGroup>, System.Collections.Generic.IList<Xamarin.Forms.VisualStateGroup>
type VisualStateGroupList = class
interface IList<VisualStateGroup>
interface ICollection<VisualStateGroup>
interface seq<VisualStateGroup>
interface IEnumerable
- 繼承
-
System.ObjectVisualStateGroupList
- 實作
-
System.Collections.Generic.ICollection<T> System.Collections.Generic.ICollection<VisualStateGroup> System.Collections.Generic.IEnumerable<T> System.Collections.Generic.IEnumerable<VisualStateGroup> System.Collections.Generic.IList<VisualStateGroup> System.Collections.IEnumerable
建構函式
VisualStateGroupList() |
使用預設值建立新的 VisualStateGroupList 物件。 |
VisualStateGroupList(Boolean) |
包含應用程式的視覺狀態群組清單。 |
屬性
Count |
取得清單中的視覺狀態群組數目。 |
IsReadOnly |
取得布林值,指出此清單是否為唯讀。 |
Item[Int32] |
取得或設定所指定 |
方法
Add(VisualStateGroup) |
將指定的視覺狀態群組新增至清單。 |
Clear() |
從清單移除所有視覺狀態群組。 |
Contains(VisualStateGroup) |
檢查 |
CopyTo(VisualStateGroup[], Int32) |
從 |
GetEnumerator() |
傳回可逐一查看清單中的群組列舉程式。 |
IndexOf(VisualStateGroup) |
如果找到,則傳回 |
Insert(Int32, VisualStateGroup) |
將 |
Remove(VisualStateGroup) |
從群組清單移除群組。 |
RemoveAt(Int32) |
移除所指定 |
明確介面實作
IEnumerable.GetEnumerator() |
取得可逐一查看此清單中的群組列舉程式。 |
擴充方法
ForEach<T>(IEnumerable<T>, Action<T>) |
供 Xamarin.Forms 平台內部使用。 |
GroupToDictionary<TSource,TKey>(IEnumerable<TSource>, Func<TSource,TKey>) |
供 Xamarin.Forms 平台內部使用。 |
IndexOf<T>(IEnumerable<T>, T) |
供 Xamarin.Forms 平台內部使用。 |
IndexOf<T>(IEnumerable<T>, Func<T,Boolean>) |
供 Xamarin.Forms 平台內部使用。 |
Prepend<T>(IEnumerable<T>, T) |
供 Xamarin.Forms 平台內部使用。 |