LinkTargetCollection.Add(LinkTarget) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Ajoute un élément spécifié LinkTarget à la collection.
public:
int Add(System::Windows::Documents::LinkTarget ^ value);
public int Add(System.Windows.Documents.LinkTarget value);
member this.Add : System.Windows.Documents.LinkTarget -> int
Public Function Add (value As LinkTarget) As Integer
Paramètres
- value
- LinkTarget
Cible de lien ajoutée.
Retours
Index de base zéro dans la collection de l’ajout value .