DsmlRequestDocument.IList.IndexOf(Object) 方法

定义

返回指定的 DirectoryRequest 对象在 DsmlRequestDocument 集合中的第一个匹配项的从零开始的索引。

 virtual int System.Collections.IList.IndexOf(System::Object ^ value) = System::Collections::IList::IndexOf;
int IList.IndexOf (object value);
abstract member System.Collections.IList.IndexOf : obj -> int
override this.System.Collections.IList.IndexOf : obj -> int
Function IndexOf (value As Object) As Integer Implements IList.IndexOf

参数

value
Object

为其返回索引的 DirectoryRequest 对象。

返回

如果找到指定的 DirectoryRequest 对象,则为其索引值;否则为 -1。

实现

例外

valuenull 引用(在 Visual Basic 中为 Nothing)。

适用于