ServiceNameElementCollection.IndexOf(ServiceNameElement) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
IndexOf(ServiceNameElement) 方法可检索此 ServiceNameElementCollection 中的指定配置元素的索引。
public:
int IndexOf(System::Security::Authentication::ExtendedProtection::Configuration::ServiceNameElement ^ element);
public int IndexOf (System.Security.Authentication.ExtendedProtection.Configuration.ServiceNameElement element);
member this.IndexOf : System.Security.Authentication.ExtendedProtection.Configuration.ServiceNameElement -> int
Public Function IndexOf (element As ServiceNameElement) As Integer
参数
- element
- ServiceNameElement
要检索其在此 ServiceNameElement 中的索引的 ServiceNameElementCollection 实例。
返回
此 ServiceNameElement 中指定的 ServiceNameElementCollection 的索引。