ServiceModelConfigurationElementCollection<ConfigurationElementType>.IndexOf 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
傳回組態項目在此集合中第一個出現的符合項目之以零起始的索引。
public:
int IndexOf(ConfigurationElementType element);
public int IndexOf (ConfigurationElementType element);
member this.IndexOf : 'ConfigurationElementType -> int
Public Function IndexOf (element As ConfigurationElementType) As Integer
參數
- element
- ConfigurationElementType
要在集合中尋找的組態項目。
傳回
如果可以在集合中找到組態項目,則為 element
的索引,否則為 -1。
例外狀況
element
為 null
。