BasicProfileViolationCollection.Insert(Int32, BasicProfileViolation) Methode
Definitie
Belangrijk
Bepaalde informatie heeft betrekking op een voorlopige productversie die aanzienlijk kan worden gewijzigd voordat deze wordt uitgebracht. Microsoft biedt geen enkele expliciete of impliciete garanties met betrekking tot de informatie die hier wordt verstrekt.
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.