ITemplatedItemsList<TItem> インターフェイス

定義

このインターフェイスは、プラットフォーム レンダラーによる内部使用向けです。

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
派生
実装

プロパティ

BindingContext

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

HeaderContent

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

ItemsSource

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

ListProxy

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

Name

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

ShortNames

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

メソッド

ActivateContent(Int32, Object)

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

GetGlobalIndexForGroup(ITemplatedItemsList<TItem>)

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

GetGlobalIndexOfItem(Object)

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

GetGroup(Int32)

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

GetGroupAndIndexOfItem(Object)

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

GetGroupAndIndexOfItem(Object, 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 プラットフォームによる内部使用向け。

適用対象