BasicProfileViolationCollection.Insert(Int32, BasicProfileViolation) 메서드

정의

컬렉션의 지정된 위치에 BasicProfileViolation을 삽입합니다.

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)

매개 변수

index
Int32

컬렉션에서 violation을 삽입할 위치의 인덱스(0부터 시작)입니다.

violation
BasicProfileViolation

삽입할 BasicProfileViolation입니다.

적용 대상