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.
Applies to
Colaborar con nosotros en GitHub
El origen de este contenido se puede encontrar en GitHub, donde también puede crear y revisar problemas y solicitudes de incorporación de cambios. Para más información, consulte nuestra guía para colaboradores.