FamilyTypefaceCollection.Contains(FamilyTypeface) Méthode

Définition

Détermine si la collection contient l'objet FamilyTypeface spécifié.

public:
 virtual bool Contains(System::Windows::Media::FamilyTypeface ^ item);
public bool Contains (System.Windows.Media.FamilyTypeface item);
abstract member Contains : System.Windows.Media.FamilyTypeface -> bool
override this.Contains : System.Windows.Media.FamilyTypeface -> bool
Public Function Contains (item As FamilyTypeface) As Boolean

Paramètres

item
FamilyTypeface

Objet FamilyTypeface à rechercher.

Retours

Boolean

true si le item se trouve dans la collection ; sinon false.

Implémente

S’applique à