AdamRoleCollection.IndexOf(AdamRole) 方法

定义

返回指定的 AdamRole 项在此集合中的第一个匹配项。

public:
 int IndexOf(System::DirectoryServices::ActiveDirectory::AdamRole role);
public int IndexOf (System.DirectoryServices.ActiveDirectory.AdamRole role);
member this.IndexOf : System.DirectoryServices.ActiveDirectory.AdamRole -> int
Public Function IndexOf (role As AdamRole) As Integer

参数

role
AdamRole

要在此集合中搜索的 AdamRole 项。

返回

第一个匹配项的从零开始的索引。 如果此集合的任何成员均不同于 AdamRole 项,则返回 -1。

例外

调用基础目录服务导致错误。

role 参数为 null

role 不是有效的 AdamRole 值。

适用于

另请参阅