VisualStateManager.GetVisualStateGroups(FrameworkElement) メソッド

定義

VisualStateGroups 添付プロパティを取得します。

public:
 static System::Collections::IList ^ GetVisualStateGroups(System::Windows::FrameworkElement ^ obj);
public static System.Collections.IList GetVisualStateGroups (System.Windows.FrameworkElement obj);
static member GetVisualStateGroups : System.Windows.FrameworkElement -> System.Collections.IList
Public Shared Function GetVisualStateGroups (obj As FrameworkElement) As IList

パラメーター

obj
FrameworkElement

VisualStateGroups 添付プロパティの取得元の要素。

戻り値

指定したオブジェクトに関連付けられた VisualStateGroup オブジェクトのコレクション。

適用対象