PathSegmentCollection.IndexOf(PathSegment) 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.
Retourne l'index de la première occurrence du PathSegment spécifié.
public:
virtual int IndexOf(System::Windows::Media::PathSegment ^ value);
public int IndexOf(System.Windows.Media.PathSegment value);
abstract member IndexOf : System.Windows.Media.PathSegment -> int
override this.IndexOf : System.Windows.Media.PathSegment -> int
Public Function IndexOf (value As PathSegment) As Integer
Paramètres
- value
- PathSegment
Élément à rechercher.
Retours
Index du PathSegment spécifié.