VisualStateManager.GetVisualStateGroups(FrameworkElement) Método

Definición

Obtiene la VisualStateGroups propiedad adjunta.

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 del que se va a obtener la VisualStateGroups propiedad adjunta.

Devoluciones

Colección de VisualStateGroup objetos asociados al objeto especificado.

Se aplica a