BasicProfileViolationCollection.Insert(Int32, BasicProfileViolation) Methode

Definitie

Hiermee voegt u een BasicProfileViolation in de verzameling op de opgegeven locatie in.

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)

Parameters

index
Int32

De op nul gebaseerde index in de verzameling waarop de violation.

violation
BasicProfileViolation

De BasicProfileViolation te invoegen.

Van toepassing op