Compartilhar via


ITemplatedItemsList<TItem>.GetGroupAndIndexOfItem Método

Definição

Sobrecargas

GetGroupAndIndexOfItem(Object)

Para uso interno por renderizadores de plataforma.

GetGroupAndIndexOfItem(Object, Object)

Para uso interno por renderizadores de plataforma.

GetGroupAndIndexOfItem(Object)

Para uso interno por renderizadores de plataforma.

public (int,int) GetGroupAndIndexOfItem (object item);
abstract member GetGroupAndIndexOfItem : obj -> int * int

Parâmetros

item
System.Object

Para uso interno pela plataforma do Xamarin.Forms.

Retornos

System.Tuple<System.Int32,System.Int32>

Aplica-se a

GetGroupAndIndexOfItem(Object, Object)

Para uso interno por renderizadores de plataforma.

public (int,int) GetGroupAndIndexOfItem (object group, object item);
abstract member GetGroupAndIndexOfItem : obj * obj -> int * int

Parâmetros

group
System.Object

Para uso interno pela plataforma do Xamarin.Forms.

item
System.Object

Para uso interno pela plataforma do Xamarin.Forms.

Retornos

System.Tuple<System.Int32,System.Int32>

Aplica-se a