VisualStateManager.GetVisualStateGroups(FrameworkElement) Metodo

Definizione

Ottiene la VisualStateGroups proprietà associata.

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

Parametri

obj
FrameworkElement

Elemento da cui ottenere la VisualStateGroups proprietà associata.

Valori restituiti

Raccolta di VisualStateGroup oggetti associati all'oggetto specificato.

Si applica a