CheckedListBox.CheckedIndexCollection.IList.Clear 메서드

정의

CheckedListBox.CheckedIndexCollection에서 항목을 모두 제거합니다. 이 멤버에 대한 설명은 Clear()를 참조하세요.

 virtual void System.Collections.IList.Clear() = System::Collections::IList::Clear;
void IList.Clear ();
abstract member System.Collections.IList.Clear : unit -> unit
override this.System.Collections.IList.Clear : unit -> unit
Sub Clear () Implements IList.Clear

구현

예외

항상 throw됩니다.

설명

변경할 수 없습니다는 CheckedListBox.CheckedIndexCollection 클래스를 직접. 지우CheckedListBox.CheckedIndexCollection려면 또는 SetItemCheckState 메서드를 SetItemChecked 사용합니다.

적용 대상