BasicProfileViolationCollection.Insert(Int32, BasicProfileViolation) 메서드

정의

지정된 위치에 컬렉션에 a 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

를 삽입할 컬렉션의 인덱스(0부터 시작)입니다 violation.

violation
BasicProfileViolation

삽입할 항목입니다 BasicProfileViolation .

적용 대상