DsmlRequestDocument.IList.Remove(Object) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
从集合中删除指定的 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
为空引用(在 Visual Basic 中为 Nothing
)。