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)

适用于