次の方法で共有


VisualStateGroupList.Remove(VisualStateGroup) メソッド

定義

グループのリストからグループを削除します。

public bool Remove (Xamarin.Forms.VisualStateGroup item);
abstract member Remove : Xamarin.Forms.VisualStateGroup -> bool
override this.Remove : Xamarin.Forms.VisualStateGroup -> bool

パラメーター

item
VisualStateGroup

削除する項目。

戻り値

System.Boolean

削除されたグループ。

実装

System.Collections.Generic.ICollection`1.Remove(`0)

適用対象