VisualStateGroupList.Remove(VisualStateGroup) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
從群組清單移除群組。
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)