TabIndexExtensions.GetTabIndexesOnParentPage(ITabStopElement, Int32) Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
public static System.Collections.Generic.IDictionary<int,System.Collections.Generic.List<Xamarin.Forms.ITabStopElement>> GetTabIndexesOnParentPage (this Xamarin.Forms.ITabStopElement element, out int countChildrenWithTabStopWithoutThis);
static member GetTabIndexesOnParentPage : Xamarin.Forms.ITabStopElement * int -> System.Collections.Generic.IDictionary<int, System.Collections.Generic.List<Xamarin.Forms.ITabStopElement>>
Parâmetros
- element
- ITabStopElement
- countChildrenWithTabStopWithoutThis
- System.Int32
Retornos
System.Collections.Generic.IDictionary<System.Int32,System.Collections.Generic.List<ITabStopElement>>