NotifyCollectionChangedEventArgsExtensions.Apply Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
| Apply(NotifyCollectionChangedEventArgs, Action<Object,Int32,Boolean>, Action<Object,Int32>, Action) |
Pour un usage interne par les renderers de plateforme. |
| Apply<TFrom>(NotifyCollectionChangedEventArgs, IList<TFrom>, IList<Object>) |
Pour un usage interne par les renderers de plateforme. |
Apply(NotifyCollectionChangedEventArgs, Action<Object,Int32,Boolean>, Action<Object,Int32>, Action)
Pour un usage interne par les renderers de plateforme.
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
Paramètres
- self
- System.Collections.Specialized.NotifyCollectionChangedEventArgs
Pour un usage interne par la plateforme Xamarin.Forms.
- insert
- System.Action<System.Object,System.Int32,System.Boolean>
Pour un usage interne par la plateforme Xamarin.Forms.
- removeAt
- System.Action<System.Object,System.Int32>
Pour un usage interne par la plateforme Xamarin.Forms.
- reset
- System.Action
Pour un usage interne par la plateforme Xamarin.Forms.
Retours
Pour un usage interne par la plateforme Xamarin.Forms.
S’applique à
Apply<TFrom>(NotifyCollectionChangedEventArgs, IList<TFrom>, IList<Object>)
Pour un usage interne par les renderers de plateforme.
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
Paramètres de type
- TFrom
Pour un usage interne par la plateforme Xamarin.Forms.
Paramètres
- self
- System.Collections.Specialized.NotifyCollectionChangedEventArgs
Pour un usage interne par la plateforme Xamarin.Forms.
- from
- System.Collections.Generic.IList<TFrom>
Pour un usage interne par la plateforme Xamarin.Forms.
- to
- System.Collections.Generic.IList<System.Object>
Pour un usage interne par la plateforme Xamarin.Forms.