NotifyCollectionChangedEventArgsExtensions.Apply Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Overload
| Nome | Descrizione |
|---|---|
| Apply(NotifyCollectionChangedEventArgs, Action<Object,Int32,Boolean>, Action<Object,Int32>, Action) |
Applica le modifiche alla raccolta utilizzando i callback di inserimento, rimozione e reimpostazione forniti. |
| Apply<TFrom>(NotifyCollectionChangedEventArgs, IList<TFrom>, IList<Object>) |
Applica le modifiche alla raccolta dall'elenco di origine all'elenco di destinazione. |
Apply(NotifyCollectionChangedEventArgs, Action<Object,Int32,Boolean>, Action<Object,Int32>, Action)
Applica le modifiche alla raccolta utilizzando i callback di inserimento, rimozione e reimpostazione forniti.
public:
[System::Runtime::CompilerServices::Extension]
static System::Collections::Specialized::NotifyCollectionChangedAction Apply(System::Collections::Specialized::NotifyCollectionChangedEventArgs ^ self, Action<System::Object ^, int, bool> ^ insert, Action<System::Object ^, int> ^ removeAt, Action ^ reset);
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
<Extension()>
Public Function Apply (self As NotifyCollectionChangedEventArgs, insert As Action(Of Object, Integer, Boolean), removeAt As Action(Of Object, Integer), reset As Action) As NotifyCollectionChangedAction
Parametri
Per l'uso interno della piattaforma Microsoft.Maui.Controls.
- reset
- Action
Per l'uso interno della piattaforma Microsoft.Maui.Controls.
Valori restituiti
Per l'uso interno della piattaforma Microsoft.Maui.Controls.
Si applica a
Apply<TFrom>(NotifyCollectionChangedEventArgs, IList<TFrom>, IList<Object>)
Applica le modifiche alla raccolta dall'elenco di origine all'elenco di destinazione.
public:
generic <typename TFrom>
[System::Runtime::CompilerServices::Extension]
static void Apply(System::Collections::Specialized::NotifyCollectionChangedEventArgs ^ self, System::Collections::Generic::IList<TFrom> ^ from, System::Collections::Generic::IList<System::Object ^> ^ to);
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
<Extension()>
Public Sub Apply(Of TFrom) (self As NotifyCollectionChangedEventArgs, from As IList(Of TFrom), to As IList(Of Object))
Parametri di tipo
- TFrom
Per l'uso interno della piattaforma Microsoft.Maui.Controls.
Parametri
Per l'uso interno della piattaforma Microsoft.Maui.Controls.
- from
- IList<TFrom>
Per l'uso interno della piattaforma Microsoft.Maui.Controls.