ITemplatedItemsList<TItem> Rozhraní
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
Toto rozhraní je pro interní použití vykreslovacími moduly platformy.
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
Parametry typu
- TItem
- Odvozené
- Implementuje
-
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
Vlastnosti
| BindingContext |
Pro interní použití renderery platformy. |
| HeaderContent |
Pro interní použití renderery platformy. |
| ItemsSource |
Pro interní použití renderery platformy. |
| ListProxy |
Pro interní použití renderery platformy. |
| Name |
Pro interní použití renderery platformy. |
| ShortNames |
Pro interní použití renderery platformy. |
Metody
| ActivateContent(Int32, Object) |
Pro interní použití renderery platformy. |
| GetGlobalIndexForGroup(ITemplatedItemsList<TItem>) |
Pro interní použití renderery platformy. |
| GetGlobalIndexOfItem(Object) |
Pro interní použití renderery platformy. |
| GetGroup(Int32) |
Pro interní použití renderery platformy. |
| GetGroupAndIndexOfItem(Object, Object) |
Pro interní použití renderery platformy. |
| GetGroupAndIndexOfItem(Object) |
Pro interní použití renderery platformy. |
| GetGroupIndexFromGlobal(Int32, Int32) |
Toto rozhraní je pro interní použití vykreslovacími moduly platformy. |
| IndexOf(TItem) |
Pro interní použití renderery platformy. |
| SelectDataTemplate(Object) |
Pro interní použití renderery platformy. |
| UpdateContent(TItem, Int32) |
Pro interní použití renderery platformy. |
| UpdateHeader(TItem, Int32) |
Pro interní použití renderery platformy. |
Událost
| GroupedCollectionChanged |
Pro interní použití renderery platformy. |
| PropertyChanged |
Pro interní použití renderery platformy. |
Metody rozšíření
| ForEach<T>(IEnumerable<T>, Action<T>) |
Pro interní použití v Xamarinu. Forms platformu. |
| GroupToDictionary<TSource,TKey>(IEnumerable<TSource>, Func<TSource,TKey>) |
Pro interní použití v Xamarinu. Forms platformu. |
| IndexOf<T>(IEnumerable<T>, T) |
Pro interní použití v Xamarinu. Forms platformu. |
| IndexOf<T>(IEnumerable<T>, Func<T,Boolean>) |
Pro interní použití v Xamarinu. Forms platformu. |
| Prepend<T>(IEnumerable<T>, T) |
Pro interní použití v Xamarinu. Forms platformu. |