Share via


UriSchemeKeyedCollection.InsertItem(Int32, Uri) 메서드

정의

URI를 컬렉션 내의 지정된 위치에 삽입합니다.

protected:
 override void InsertItem(int index, Uri ^ item);
protected override void InsertItem (int index, Uri item);
override this.InsertItem : int * Uri -> unit
Protected Overrides Sub InsertItem (index As Integer, item As Uri)

매개 변수

index
Int32

컬렉션 내에서 항목의 삽입 위치를 지정하는 0부터 시작하는 인덱스입니다.

item
Uri

컬렉션에 삽입할 Uri입니다.

예외

item URI가 절대 URI가 아닌 경우

item URI에 컬렉션의 체계 이름이 이미 포함되어 있는 경우

적용 대상