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)

適用於