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 플랫폼에서 내부용으로 사용합니다.