DsmlRequestDocument.IList.Remove(Object) 메서드

정의

DirectoryRequest 컬렉션에서 맨 처음 발견되는 지정된 개체를 제거합니다.

 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

제거할 DirectoryRequest 개체입니다.

구현

예외

value이 null 참조(Visual Basic의 경우 Nothing)인 경우

적용 대상