Share via


VisualStateManager.GetVisualStateGroups(FrameworkElement) 方法

定義

擷取與指定之 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 案例中變更。

適用於