LinkTargetCollection.Insert(Int32, LinkTarget) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.