LinkTargetCollection.Insert(Int32, LinkTarget) Method

Definition

Inserts the specified item into the collection at the specified index.

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)

Parameters

index
Int32

The point where the link target is inserted.

value
LinkTarget

The target to insert.

Applies to