VisualStateGroupList.Contains(VisualStateGroup) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
檢查 item
是否在視覺狀態群組清單中。
public bool Contains (Xamarin.Forms.VisualStateGroup item);
abstract member Contains : Xamarin.Forms.VisualStateGroup -> bool
override this.Contains : Xamarin.Forms.VisualStateGroup -> bool
參數
- item
- VisualStateGroup
要檢查其成員資格的視覺狀態群組。
傳回
System.Boolean
如果 item
在群組清單中,則為 true
。 否則為 false
。
實作
System.Collections.Generic.ICollection`1.Contains(`0)