次の方法で共有


ProtocolElementCollection.IndexOf(ProtocolElement) メソッド

定義

コレクション内の指定した ProtocolElement の 0 から始まるインデックス番号を返します。

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

戻り値

Int32

指定した ProtocolElement の 0 から始まるインデックス番号。コレクション内でその要素が見つからなかった場合は -1。

適用対象