次の方法で共有


NotifyCollectionChangedEventArgsExtensions.Apply メソッド

定義

オーバーロード

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 プラットフォームによる内部使用向け。

適用対象