BasicProfileViolationCollection.Insert(Int32, BasicProfileViolation) Metodo

Definizione

Inserisce un oggetto BasicProfileViolation nell'insieme in corrispondenza della posizione specificata.

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)

Parametri

index
Int32

Indice in base zero nell'insieme in corrispondenza del quale inserire violation.

violation
BasicProfileViolation

Oggetto BasicProfileViolation da inserire.

Si applica a