VisualStateManager.GetVisualStateGroups(FrameworkElement) Méthode

Définition

Obtient la propriété jointe 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

Paramètres

obj
FrameworkElement

Élément à partir duquel obtenir la propriété jointe VisualStateGroups.

Retours

Collection d'objets VisualStateGroup associée à l'objet spécifié.

S’applique à