다음을 통해 공유


IBindingList 멤버

데이터 소스에 바인딩할 때 복잡하거나 간단한 시나리오 모두를 지원하는 데 필요한 기능을 제공합니다.

다음 표에서는 IBindingList 형식에 의해 노출되는 멤버를 보여 줍니다.

Public 속성

  이름 설명
Public property Supported by the .NET Compact Framework AllowEdit 목록의 항목을 업데이트할 수 있는지 여부를 가져옵니다.
Public property Supported by the .NET Compact Framework AllowNew AddNew를 사용하여 목록에 항목을 추가할 수 있는지 여부를 가져옵니다.
Public property Supported by the .NET Compact Framework AllowRemove Remove 또는 RemoveAt를 사용하여 목록에서 항목을 제거할 수 있는지 여부를 가져옵니다.
Public property Supported by the .NET Compact Framework IsSorted 목록의 항목이 정렬되는지 여부를 가져옵니다.
Public property Supported by the .NET Compact Framework SortDirection 정렬 방향을 가져옵니다.
Public property Supported by the .NET Compact Framework SortProperty 정렬에 사용되는 PropertyDescriptor를 가져옵니다.
Public property Supported by the .NET Compact Framework SupportsChangeNotification 목록이 변경되거나 목록의 항목이 변경될 때 ListChanged 이벤트가 발생되는지 여부를 가져옵니다.
Public property Supported by the .NET Compact Framework SupportsSearching 목록이 Find 메서드를 사용한 검색 기능을 지원하는지 여부를 가져옵니다.
Public property Supported by the .NET Compact Framework SupportsSorting 목록이 정렬을 지원하는지 여부를 가져옵니다.

위쪽

Public 메서드

  이름 설명
Public method Supported by the .NET Compact Framework AddIndex 검색에 사용되는 인덱스에 PropertyDescriptor를 추가합니다.
Public method Supported by the .NET Compact Framework AddNew 목록에 새 항목을 추가합니다.
Public method Supported by the .NET Compact Framework ApplySort PropertyDescriptorListSortDirection에 따라 목록을 정렬합니다.
Public method Supported by the .NET Compact Framework Find 지정된 PropertyDescriptor가 있는 행의 인덱스를 반환합니다.
Public method Supported by the .NET Compact Framework RemoveIndex 검색에 사용되는 인덱스에서 PropertyDescriptor를 제거합니다.
Public method Supported by the .NET Compact Framework RemoveSort ApplySort를 사용하여 적용되는 모든 정렬을 제거합니다.

위쪽

Public 이벤트

  이름 설명
Public event Supported by the .NET Compact Framework ListChanged 목록 또는 목록의 항목이 변경될 때 발생합니다.

위쪽

참고 항목

참조

IBindingList 인터페이스
System.ComponentModel 네임스페이스