VisualStateManager.GetVisualStateGroups(FrameworkElement) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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é.