WsiProfilesElementCollection.IndexOf(WsiProfilesElement) メソッド

定義

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

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

戻り値

Int32

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

適用対象