ITemplatedItemsList<TItem> 接口

定义

generic <typename TItem>
 where TItem : BindableObjectpublic interface class ITemplatedItemsList : System::Collections::Generic::IEnumerable<TItem>, System::Collections::Generic::IReadOnlyCollection<TItem>, System::Collections::Generic::IReadOnlyList<TItem>, System::Collections::Specialized::INotifyCollectionChanged
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
Public Interface ITemplatedItemsList(Of TItem)
Implements IEnumerable(Of TItem), INotifyCollectionChanged, IReadOnlyCollection(Of TItem), IReadOnlyList(Of TItem)

类型参数

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

适用于