VisualStateManager.GetVisualStateGroups(FrameworkElement) Método

Definición

Obtiene la propiedad adjunta 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

Parámetros

obj
FrameworkElement

Elemento cuya propiedad adjunta VisualStateGroups se va a obtener.

Devoluciones

Colección de objetos VisualStateGroup asociada al objeto especificado.

Se aplica a