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 シナリオでは変更する必要はありません。

適用対象