VisualStateGroupList.Add(VisualStateGroup) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
將指定的視覺狀態群組新增至清單。
public void Add (Xamarin.Forms.VisualStateGroup item);
abstract member Add : Xamarin.Forms.VisualStateGroup -> unit
override this.Add : Xamarin.Forms.VisualStateGroup -> unit
參數
- item
- VisualStateGroup
要新增至清單的視覺狀態群組。
實作
System.Collections.Generic.ICollection`1.Add(`0)