VisualStateManager.GetVisualStateGroups(FrameworkElement) Metodo

Definizione

Ottiene la proprietà associata 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

Parametri

obj
FrameworkElement

Elemento dal quale ottenere la proprietà associata VisualStateGroups.

Restituisce

IList

Raccolta di oggetti VisualStateGroup associata all'oggetto specificato.

Si applica a