SearchResultCollection.IndexOf(SearchResult) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
返回指定的 SearchResult 对象在此集合中的第一个匹配项的索引。
public:
int IndexOf(System::DirectoryServices::SearchResult ^ result);
public int IndexOf (System.DirectoryServices.SearchResult result);
member this.IndexOf : System.DirectoryServices.SearchResult -> int
Public Function IndexOf (result As SearchResult) As Integer
参数
- result
- SearchResult
要在此集合中搜索的 SearchResult 对象。
返回
第一个匹配对象的从零开始的索引。 如果此集合的任何成员均不同于 SearchResult 对象,则返回 -1。