BypassElementCollection.IndexOf(BypassElement) 方法

定義

傳回指定之組態項目的索引。

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

參數

傳回

element 之以零起始的索引。

適用於