UIElement.GetChildrenInTabFocusOrder Metodo

Definizione

Consente a una sottoclasse UIElement di esporre gli elementi figlio che partecipano allo stato attivo tabulazione.

protected:
 virtual IIterable<DependencyObject ^> ^ GetChildrenInTabFocusOrder() = GetChildrenInTabFocusOrder;
IIterable<DependencyObject> GetChildrenInTabFocusOrder();
protected virtual IEnumerable<DependencyObject> GetChildrenInTabFocusOrder();
function getChildrenInTabFocusOrder()
Protected Overridable Function GetChildrenInTabFocusOrder () As IEnumerable(Of DependencyObject)

Restituisce

Raccolta degli elementi figlio di UIElement che partecipano allo stato attivo tabulazione.

Requisiti Windows

Famiglia di dispositivi
Windows 10 Fall Creators Update (è stato introdotto in 10.0.16299.0)
API contract
Windows.Foundation.UniversalApiContract (è stato introdotto in v5.0)

Commenti

Il comportamento predefinito per questo metodo consiste nel restituire la raccolta di elementi figlio di UIElement.

Quando tabulazione viene elaborata per spostare lo stato attivo, la gestione dello stato attivo del framework chiama l'override di GetChildrenInTabFocusOrder . L'elenco risultante di DependencyObjects viene usato per elaborare lo stato attivo tabulazione anziché la raccolta predefinita dell'elemento di elementi figlio.

Si applica a