BasicProfileViolationCollection.Remove(BasicProfileViolation) メソッド

定義

指定した BasicProfileViolation をコレクションから削除します。

public:
 void Remove(System::Web::Services::Description::BasicProfileViolation ^ violation);
public void Remove (System.Web.Services.Description.BasicProfileViolation violation);
member this.Remove : System.Web.Services.Description.BasicProfileViolation -> unit
Public Sub Remove (violation As BasicProfileViolation)

パラメーター

violation
BasicProfileViolation

コレクションから削除する BasicProfileViolation

適用対象