다음을 통해 공유


LocalView<TEntity>.IListSource.GetList 메서드

정의

이 메서드는 에 직접 데이터 바인딩을 시도할 때 데이터 바인딩 프레임워크에서 호출됩니다 LocalView<TEntity>.

System.Collections.IList IListSource.GetList ();
abstract member System.ComponentModel.IListSource.GetList : unit -> System.Collections.IList
override this.System.ComponentModel.IListSource.GetList : unit -> System.Collections.IList
Function GetList () As IList Implements IListSource.GetList

반환

를 반환하지 않으며 항상 예외를 throw합니다.

구현

예외

항상 throw됩니다.

설명

이 구현은 인덱스를 사용하여 정렬된 목록을 유지 관리하지 않으므로 항상 예외 LocalView<TEntity> 를 throw합니다. 대신 WPF 바인딩 또는 ToBindingList() WinForms를 호출 ToObservableCollection() 합니다.

적용 대상