Share via


TemplatedItemsList<TView,TItem>.GetGroupAndIndexOfItem Metodo

Definizione

Overload

GetGroupAndIndexOfItem(Object, Object)

Per uso interno della piattaforma Xamarin.Forms.

GetGroupAndIndexOfItem(Object)

Per uso interno della piattaforma Xamarin.Forms.

GetGroupAndIndexOfItem(Object, Object)

Per uso interno della piattaforma Xamarin.Forms.

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

Parametri

group
System.Object

Per uso interno della piattaforma Xamarin.Forms.

item
System.Object

Per uso interno della piattaforma Xamarin.Forms.

Restituisce

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

Per uso interno della piattaforma Xamarin.Forms.

Implementazioni

Si applica a

GetGroupAndIndexOfItem(Object)

Per uso interno della piattaforma Xamarin.Forms.

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

Parametri

item
System.Object

Per uso interno della piattaforma Xamarin.Forms.

Restituisce

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

Per uso interno della piattaforma Xamarin.Forms.

Implementazioni

Si applica a