NotifyCollectionChangedEventArgsExtensions.Apply Metoda
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í.
Přetížení
Apply(NotifyCollectionChangedEventArgs, Action<Object,Int32,Boolean>, Action<Object,Int32>, Action) |
Pro interní použití vykreslovacími moduly platformy. |
Apply<TFrom>(NotifyCollectionChangedEventArgs, IList<TFrom>, IList<Object>) |
Pro interní použití vykreslovacími moduly platformy. |
Apply(NotifyCollectionChangedEventArgs, Action<Object,Int32,Boolean>, Action<Object,Int32>, Action)
Pro interní použití vykreslovacími moduly platformy.
public static System.Collections.Specialized.NotifyCollectionChangedAction Apply (this System.Collections.Specialized.NotifyCollectionChangedEventArgs self, Action<object,int,bool> insert, Action<object,int> removeAt, Action reset);
static member Apply : System.Collections.Specialized.NotifyCollectionChangedEventArgs * Action<obj, int, bool> * Action<obj, int> * Action -> System.Collections.Specialized.NotifyCollectionChangedAction
Parametry
- self
- System.Collections.Specialized.NotifyCollectionChangedEventArgs
Pro interní použití v Xamarinu. Forms platformu.
- insert
- System.Action<System.Object,System.Int32,System.Boolean>
Pro interní použití v Xamarinu. Forms platformu.
- removeAt
- System.Action<System.Object,System.Int32>
Pro interní použití v Xamarinu. Forms platformu.
- reset
- System.Action
Pro interní použití v Xamarinu. Forms platformu.
Návraty
Pro interní použití v Xamarinu. Forms platformu.
Platí pro
Apply<TFrom>(NotifyCollectionChangedEventArgs, IList<TFrom>, IList<Object>)
Pro interní použití vykreslovacími moduly platformy.
public static void Apply<TFrom> (this System.Collections.Specialized.NotifyCollectionChangedEventArgs self, System.Collections.Generic.IList<TFrom> from, System.Collections.Generic.IList<object> to);
static member Apply : System.Collections.Specialized.NotifyCollectionChangedEventArgs * System.Collections.Generic.IList<'From> * System.Collections.Generic.IList<obj> -> unit
Parametry typu
- TFrom
Pro interní použití v Xamarinu. Forms platformu.
Parametry
- self
- System.Collections.Specialized.NotifyCollectionChangedEventArgs
Pro interní použití v Xamarinu. Forms platformu.
- from
- System.Collections.Generic.IList<TFrom>
Pro interní použití v Xamarinu. Forms platformu.
- to
- System.Collections.Generic.IList<System.Object>
Pro interní použití v Xamarinu. Forms platformu.