ProtocolElementCollection.IndexOf(ProtocolElement) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
傳回集合中指定 ProtocolElement 的以零起始的索引。
public:
int IndexOf(System::Web::Services::Configuration::ProtocolElement ^ element);
public int IndexOf (System.Web.Services.Configuration.ProtocolElement element);
member this.IndexOf : System.Web.Services.Configuration.ProtocolElement -> int
Public Function IndexOf (element As ProtocolElement) As Integer
參數
- element
- ProtocolElement
要在集合中尋找的 ProtocolElement。
傳回
指定 ProtocolElement 的以零起始的索引;如果在集合中找不到此項目,則為 -1。