BasicProfileViolationCollection.IndexOf(BasicProfileViolation) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
コレクション内の指定した BasicProfileViolation の 0 から始まるインデックス番号を返します。
public:
int IndexOf(System::Web::Services::Description::BasicProfileViolation ^ violation);
public int IndexOf (System.Web.Services.Description.BasicProfileViolation violation);
member this.IndexOf : System.Web.Services.Description.BasicProfileViolation -> int
Public Function IndexOf (violation As BasicProfileViolation) As Integer
パラメーター
- violation
- BasicProfileViolation
コレクション内で検索する BasicProfileViolation。
戻り値
指定した BasicProfileViolation の 0 から始まるインデックス番号。コレクション内でその要素が見つからなかった場合は -1。