VisualStateManager.GetVisualStateGroups(FrameworkElement) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
擷取與指定FrameworkElement相關聯的VisualStateGroup物件集合。
public:
static IVector<VisualStateGroup ^> ^ GetVisualStateGroups(FrameworkElement ^ obj);
static IVector<VisualStateGroup> GetVisualStateGroups(FrameworkElement const& obj);
public static IList<VisualStateGroup> GetVisualStateGroups(FrameworkElement obj);
function getVisualStateGroups(obj)
Public Shared Function GetVisualStateGroups (obj As FrameworkElement) As IList(Of VisualStateGroup)
參數
- obj
- FrameworkElement
要從中取得值的物件。
傳回
VisualStateGroup物件的集合。
備註
此 API 提供 XAML 使用方式的附加屬性支援,而且不需要在自訂 VisualStateManager 案例中變更。