BasicProfileViolationCollection.Contains(BasicProfileViolation) メソッド

定義

指定した BasicProfileViolation オブジェクトがコレクションに含まれているかどうかを確認します。

public:
 bool Contains(System::Web::Services::Description::BasicProfileViolation ^ violation);
public bool Contains(System.Web.Services.Description.BasicProfileViolation violation);
member this.Contains : System.Web.Services.Description.BasicProfileViolation -> bool
Public Function Contains (violation As BasicProfileViolation) As Boolean

パラメーター

violation
BasicProfileViolation

コレクション内で検索する BasicProfileViolation オブジェクト。

返品

オブジェクトがコレクション内に存在する場合は a0/&。それ以外の場合は a0/&。

適用対象