FamilyTypefaceCollection.IndexOf(FamilyTypeface) 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 l'objet FamilyTypeface spécifié dans la collection.
public:
virtual int IndexOf(System::Windows::Media::FamilyTypeface ^ item);
public int IndexOf (System.Windows.Media.FamilyTypeface item);
abstract member IndexOf : System.Windows.Media.FamilyTypeface -> int
override this.IndexOf : System.Windows.Media.FamilyTypeface -> int
Public Function IndexOf (item As FamilyTypeface) As Integer
Paramètres
- item
- FamilyTypeface
Objet FamilyTypeface à rechercher.
Retours
Index de base zéro de , s’il item
est trouvé ; sinon -1.