PeerApplicationCollection.InsertItem(Int32, PeerApplication) 메서드

정의

지정된 인덱스 또는 키에 PeerApplicationPeerApplicationCollection 요소를 삽입합니다.

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

매개 변수

index
Int32

바꿀 요소의 인덱스(0부터 시작하는 인덱스)입니다.

item
PeerApplication

지정된 인덱스에서 요소의 새 값입니다.

설명

Null 항목은 허용되지 않습니다.

적용 대상

추가 정보