次の方法で共有


TemplatedItemsList<TView,TItem>.Item[Int32] プロパティ

定義

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

public TItem this[int index] { get; }
member this.Item(int) : 'Item

パラメーター

index
System.Int32

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

プロパティ値

TItem

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

実装

System.Collections.Generic.IReadOnlyList`1.Item(System.Int32)

適用対象