Share via


UIElement.GetChildrenInTabFocusOrder Metodo

Definizione

Consente a una sottoclasse UIElement di esporre gli elementi figlio che prendono parte 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 prendono parte allo stato attivo tabulazione.

Commenti

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

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

Si applica a