VisualStateManager.GetVisualStateGroups(FrameworkElement) Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Ottiene la proprietà associata 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
Parametri
- obj
- FrameworkElement
Elemento dal quale ottenere la proprietà associata VisualStateGroups.
Restituisce
Raccolta di oggetti VisualStateGroup associata all'oggetto specificato.