BasicProfileViolationCollection.Insert(Int32, BasicProfileViolation) Méthode

Définition

Insère une BasicProfileViolation dans la collection à l'emplacement spécifié.

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)

Paramètres

index
Int32

Index de base zéro de la collection au niveau duquel insérer violation.

S’applique à