VisualStateManager.GetVisualStateGroups(VisualElement) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
傳回可以套用至指定視覺項目的視覺狀態群組。
public static System.Collections.Generic.IList<Xamarin.Forms.VisualStateGroup> GetVisualStateGroups (Xamarin.Forms.VisualElement visualElement);
static member GetVisualStateGroups : Xamarin.Forms.VisualElement -> System.Collections.Generic.IList<Xamarin.Forms.VisualStateGroup>
參數
- visualElement
- VisualElement
要取得視覺狀態群組的視覺化項目。
傳回
System.Collections.Generic.IList<VisualStateGroup>
可以套用至指定視覺項目的視覺狀態群組。