ListViewGroupCollection.IList.Remove(Object) 메서드

정의

ListViewGroup에서 ListViewGroupCollection을 제거합니다.

 virtual void System.Collections.IList.Remove(System::Object ^ value) = System::Collections::IList::Remove;
void IList.Remove (object value);
void IList.Remove (object? value);
abstract member System.Collections.IList.Remove : obj -> unit
override this.System.Collections.IList.Remove : obj -> unit
Sub Remove (value As Object) Implements IList.Remove

매개 변수

value
Object

ListViewGroup에서 제거할 ListViewGroupCollection입니다.

구현

적용 대상