NotifyCollectionChangedEventArgsExtensions.Apply Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
Apply(NotifyCollectionChangedEventArgs, Action<Object,Int32,Boolean>, Action<Object,Int32>, Action) |
Für die interne Verwendung durch Plattformrenderer. |
Apply<TFrom>(NotifyCollectionChangedEventArgs, IList<TFrom>, IList<Object>) |
Für die interne Verwendung durch Plattformrenderer. |
Apply(NotifyCollectionChangedEventArgs, Action<Object,Int32,Boolean>, Action<Object,Int32>, Action)
Für die interne Verwendung durch Plattformrenderer.
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
Parameter
- self
- System.Collections.Specialized.NotifyCollectionChangedEventArgs
Für die interne Verwendung durch die Xamarin.Forms-Plattform.
- insert
- System.Action<System.Object,System.Int32,System.Boolean>
Für die interne Verwendung durch die Xamarin.Forms-Plattform.
- removeAt
- System.Action<System.Object,System.Int32>
Für die interne Verwendung durch die Xamarin.Forms-Plattform.
- reset
- System.Action
Für die interne Verwendung durch die Xamarin.Forms-Plattform.
Gibt zurück
Für die interne Verwendung durch die Xamarin.Forms-Plattform.
Gilt für:
Apply<TFrom>(NotifyCollectionChangedEventArgs, IList<TFrom>, IList<Object>)
Für die interne Verwendung durch Plattformrenderer.
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
Typparameter
- TFrom
Für die interne Verwendung durch die Xamarin.Forms-Plattform.
Parameter
- self
- System.Collections.Specialized.NotifyCollectionChangedEventArgs
Für die interne Verwendung durch die Xamarin.Forms-Plattform.
- from
- System.Collections.Generic.IList<TFrom>
Für die interne Verwendung durch die Xamarin.Forms-Plattform.
- to
- System.Collections.Generic.IList<System.Object>
Für die interne Verwendung durch die Xamarin.Forms-Plattform.