GroupCollection.IList.Remove(Object) 메서드

정의

이 메서드를 호출하면 NotSupportedException이 항상 throw됩니다.

 virtual void System.Collections.IList.Remove(System::Object ^ value) = System::Collections::IList::Remove;
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

제거할 그룹입니다.

구현

예외

이 메서드는 지원되지 않습니다. 읽기 전용 컬렉션입니다.

적용 대상