WsiProfilesElementCollection.IndexOf(WsiProfilesElement) 方法

定义

返回集合中指定 WsiProfilesElement 的从零开始的索引。

public:
 int IndexOf(System::Web::Services::Configuration::WsiProfilesElement ^ element);
public int IndexOf (System.Web.Services.Configuration.WsiProfilesElement element);
member this.IndexOf : System.Web.Services.Configuration.WsiProfilesElement -> int
Public Function IndexOf (element As WsiProfilesElement) As Integer

参数

element
WsiProfilesElement

要在集合中查找的 WsiProfilesElement

返回

Int32

指定 WsiProfilesElement 的从零开始的索引;如果在集合中未找到该元素,则为 -1。

适用于