VisualStateManager.GetVisualStateGroups(FrameworkElement) Metoda

Definice

Získá přidruženou VisualStateGroups vlastnost.

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

Parametry

obj
FrameworkElement

Element, ze které chcete získat přidruženou VisualStateGroups vlastnost.

Návraty

Kolekce VisualStateGroup objektů, která je přidružena k zadanému objektu.

Platí pro