NotifyCollectionChangedEventArgsExtensions.Apply 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
Apply(NotifyCollectionChangedEventArgs, Action<Object,Int32,Boolean>, Action<Object,Int32>, Action) |
供平台轉譯器內部使用。 |
Apply<TFrom>(NotifyCollectionChangedEventArgs, IList<TFrom>, IList<Object>) |
供平台轉譯器內部使用。 |
Apply(NotifyCollectionChangedEventArgs, Action<Object,Int32,Boolean>, Action<Object,Int32>, Action)
供平台轉譯器內部使用。
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
參數
- self
- System.Collections.Specialized.NotifyCollectionChangedEventArgs
供 Xamarin.Forms 平台內部使用。
- insert
- System.Action<System.Object,System.Int32,System.Boolean>
供 Xamarin.Forms 平台內部使用。
- removeAt
- System.Action<System.Object,System.Int32>
供 Xamarin.Forms 平台內部使用。
- reset
- System.Action
供 Xamarin.Forms 平台內部使用。
傳回
System.Collections.Specialized.NotifyCollectionChangedAction
供 Xamarin.Forms 平台內部使用。
適用於
Apply<TFrom>(NotifyCollectionChangedEventArgs, IList<TFrom>, IList<Object>)
供平台轉譯器內部使用。
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
類型參數
- TFrom
供 Xamarin.Forms 平台內部使用。
參數
- self
- System.Collections.Specialized.NotifyCollectionChangedEventArgs
供 Xamarin.Forms 平台內部使用。
- from
- System.Collections.Generic.IList<TFrom>
供 Xamarin.Forms 平台內部使用。
- to
- System.Collections.Generic.IList<System.Object>
供 Xamarin.Forms 平台內部使用。