FamilyTypefaceCollection.Contains(FamilyTypeface) Methode

Definition

Gibt an, ob die Auflistung das angegebene FamilyTypeface enthält.

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

Parameter

item
FamilyTypeface

Das zu suchende FamilyTypeface-Objekt.

Gibt zurück

Boolean

true, wenn sich item in der Auflistung befindet, andernfalls false.

Implementiert

Gilt für