다음을 통해 공유


LinkTargetCollection.Insert(Int32, LinkTarget) 메서드

정의

지정된 항목을 컬렉션의 지정된 인덱스에 삽입합니다.

public:
 void Insert(int index, System::Windows::Documents::LinkTarget ^ value);
public void Insert (int index, System.Windows.Documents.LinkTarget value);
member this.Insert : int * System.Windows.Documents.LinkTarget -> unit
Public Sub Insert (index As Integer, value As LinkTarget)

매개 변수

index
Int32

링크 대상이 삽입되는 위치입니다.

value
LinkTarget

삽입할 대상입니다.

적용 대상