WsiProfilesElementCollection.IndexOf(WsiProfilesElement) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
傳回集合中指定 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。
傳回
指定 WsiProfilesElement 的以零起始的索引;如果在集合中找不到此項目,則為 -1。