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 개체의 컬렉션입니다.

적용 대상