BasicProfileViolationCollection.Insert(Int32, BasicProfileViolation) メソッド

定義

指定した場所にあるコレクションに BasicProfileViolation を挿入します。

public:
 void Insert(int index, System::Web::Services::Description::BasicProfileViolation ^ violation);
public void Insert(int index, System.Web.Services.Description.BasicProfileViolation violation);
member this.Insert : int * System.Web.Services.Description.BasicProfileViolation -> unit
Public Sub Insert (index As Integer, violation As BasicProfileViolation)

パラメーター

index
Int32

violationを挿入するコレクション内の 0 から始まるインデックス。

violation
BasicProfileViolation

挿入する BasicProfileViolation

適用対象