VisualStateManager.GetVisualStateGroups(FrameworkElement) Método

Definição

Fica com a VisualStateGroups propriedade anexa.

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

O elemento para obter a VisualStateGroups propriedade anexada.

Devoluções

A coleção de VisualStateGroup objetos associada ao objeto especificado.

Aplica-se a