VisualStateManager.GetVisualStateGroups(FrameworkElement) Método

Definição

Obtém a propriedade anexada 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

O elemento do qual a propriedade anexada VisualStateGroups deve ser obtida.

Retornos

IList

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

Aplica-se a