ITemplatedItemsList<TItem> インターフェイス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
このインターフェイスは、プラットフォーム レンダラーによる内部使用向けです。
public interface ITemplatedItemsList<TItem> : System.Collections.Generic.IEnumerable<TItem>, System.Collections.Generic.IReadOnlyCollection<TItem>, System.Collections.Generic.IReadOnlyList<TItem>, System.Collections.Specialized.INotifyCollectionChanged where TItem : BindableObject
type ITemplatedItemsList<'Item (requires 'Item :> BindableObject)> = interface
interface IReadOnlyList<'Item (requires 'Item :> BindableObject)>
interface seq<'Item (requires 'Item :> BindableObject)>
interface IEnumerable
interface IReadOnlyCollection<'Item (requires 'Item :> BindableObject)>
interface INotifyCollectionChanged
型パラメーター
- TItem
- 派生
- 実装
-
System.Collections.Generic.IEnumerable<T> System.Collections.Generic.IEnumerable<TItem> System.Collections.Generic.IReadOnlyCollection<T> System.Collections.Generic.IReadOnlyCollection<TItem> System.Collections.Generic.IReadOnlyList<TItem> System.Collections.IEnumerable System.Collections.Specialized.INotifyCollectionChanged
プロパティ
BindingContext |
プラットフォーム レンダラーによる内部使用向け。 |
HeaderContent |
プラットフォーム レンダラーによる内部使用向け。 |
ItemsSource |
プラットフォーム レンダラーによる内部使用向け。 |
ListProxy |
プラットフォーム レンダラーによる内部使用向け。 |
Name |
プラットフォーム レンダラーによる内部使用向け。 |
ShortNames |
プラットフォーム レンダラーによる内部使用向け。 |
メソッド
ActivateContent(Int32, Object) |
プラットフォーム レンダラーによる内部使用向け。 |
GetGlobalIndexForGroup(ITemplatedItemsList<TItem>) |
プラットフォーム レンダラーによる内部使用向け。 |
GetGlobalIndexOfItem(Object) |
プラットフォーム レンダラーによる内部使用向け。 |
GetGroup(Int32) |
プラットフォーム レンダラーによる内部使用向け。 |
GetGroupAndIndexOfItem(Object, Object) |
プラットフォーム レンダラーによる内部使用向け。 |
GetGroupAndIndexOfItem(Object) |
プラットフォーム レンダラーによる内部使用向け。 |
GetGroupIndexFromGlobal(Int32, Int32) |
このインターフェイスは、プラットフォーム レンダラーによる内部使用向けです。 |
IndexOf(TItem) |
プラットフォーム レンダラーによる内部使用向け。 |
SelectDataTemplate(Object) |
プラットフォーム レンダラーによる内部使用向け。 |
UpdateContent(TItem, Int32) |
プラットフォーム レンダラーによる内部使用向け。 |
UpdateHeader(TItem, Int32) |
プラットフォーム レンダラーによる内部使用向け。 |
イベント
GroupedCollectionChanged |
プラットフォーム レンダラーによる内部使用向け。 |
PropertyChanged |
プラットフォーム レンダラーによる内部使用向け。 |
拡張メソッド
ForEach<T>(IEnumerable<T>, Action<T>) |
Xamarin.Forms プラットフォームによる内部使用向け。 |
GroupToDictionary<TSource,TKey>(IEnumerable<TSource>, Func<TSource,TKey>) |
Xamarin.Forms プラットフォームによる内部使用向け。 |
IndexOf<T>(IEnumerable<T>, T) |
Xamarin.Forms プラットフォームによる内部使用向け。 |
IndexOf<T>(IEnumerable<T>, Func<T,Boolean>) |
Xamarin.Forms プラットフォームによる内部使用向け。 |
Prepend<T>(IEnumerable<T>, T) |
Xamarin.Forms プラットフォームによる内部使用向け。 |