VisualStateManager.GetVisualStateGroups(FrameworkElement) Método

Definição

Obtém a VisualStateGroups propriedade anexada.

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 do qual obter a VisualStateGroups propriedade anexada.

Retornos

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

Aplica-se a