TemplatedItemsList<TView,TItem>.GetGroupAndIndexOfItem 方法

定義

多載

GetGroupAndIndexOfItem(Object, Object)

供 Xamarin.Forms 平台內部使用。

GetGroupAndIndexOfItem(Object)

供 Xamarin.Forms 平台內部使用。

GetGroupAndIndexOfItem(Object, Object)

供 Xamarin.Forms 平台內部使用。

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

參數

group
System.Object

供 Xamarin.Forms 平台內部使用。

item
System.Object

供 Xamarin.Forms 平台內部使用。

傳回

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

供 Xamarin.Forms 平台內部使用。

實作

適用於

GetGroupAndIndexOfItem(Object)

供 Xamarin.Forms 平台內部使用。

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

參數

item
System.Object

供 Xamarin.Forms 平台內部使用。

傳回

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

供 Xamarin.Forms 平台內部使用。

實作

適用於