Share via


BasicProfileViolationCollection.Insert(Int32, BasicProfileViolation) Metoda

Definice

BasicProfileViolation Vloží objekt do kolekce v zadaném umístění.

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)

Parametry

index
Int32

Index založený na nule v kolekci, do kterého se má vložit violation.

violation
BasicProfileViolation

Instance BasicProfileViolation, která má být vložena.

Platí pro