FamilyTypefaceCollection.Remove(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.
Supprime l'objet FamilyTypeface spécifié de la collection.
public:
virtual bool Remove(System::Windows::Media::FamilyTypeface ^ item);
public bool Remove (System.Windows.Media.FamilyTypeface item);
abstract member Remove : System.Windows.Media.FamilyTypeface -> bool
override this.Remove : System.Windows.Media.FamilyTypeface -> bool
Public Function Remove (item As FamilyTypeface) As Boolean
Paramètres
- item
- FamilyTypeface
Objet FamilyTypeface à supprimer.
Retours
true
si item
a été correctement supprimé ; sinon, false
.