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

適用対象