LinkTargetCollection.IndexOf(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.
Obtient l'index de l'élément spécifié.
public:
int IndexOf(System::Windows::Documents::LinkTarget ^ value);
public int IndexOf (System.Windows.Documents.LinkTarget value);
member this.IndexOf : System.Windows.Documents.LinkTarget -> int
Public Function IndexOf (value As LinkTarget) As Integer
Paramètres
- value
- LinkTarget
Objet à localiser dans la collection.
Retours
Index de value
si celui-ci figure dans la collection, sinon -1.