次の方法で共有


ITemplatedItemsList<TItem>.GetGroupAndIndexOfItem メソッド

定義

オーバーロード

GetGroupAndIndexOfItem(Object)

プラットフォーム レンダラーによる内部使用向け。

GetGroupAndIndexOfItem(Object, Object)

プラットフォーム レンダラーによる内部使用向け。

GetGroupAndIndexOfItem(Object)

プラットフォーム レンダラーによる内部使用向け。

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

パラメーター

item
System.Object

Xamarin.Forms プラットフォームによる内部使用向け。

戻り値

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

適用対象

GetGroupAndIndexOfItem(Object, Object)

プラットフォーム レンダラーによる内部使用向け。

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

パラメーター

group
System.Object

Xamarin.Forms プラットフォームによる内部使用向け。

item
System.Object

Xamarin.Forms プラットフォームによる内部使用向け。

戻り値

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

適用対象