FontFamilyMapCollection.Remove(FontFamilyMap) Methode
Definition
Entfernt das angegebene FontFamilyMap-Objekt aus der Auflistung.Removes the specified FontFamilyMap object from the collection.
public:
virtual bool Remove(System::Windows::Media::FontFamilyMap ^ item);
public bool Remove (System.Windows.Media.FontFamilyMap item);
abstract member Remove : System.Windows.Media.FontFamilyMap -> bool
override this.Remove : System.Windows.Media.FontFamilyMap -> bool
Public Function Remove (item As FontFamilyMap) As Boolean
Parameter
- item
- FontFamilyMap
Das zu entfernende Objekt.The object to remove.
Gibt zurück
true
, wenn item
erfolgreich gelöscht wurde, andernfalls false
.true
if item
was successfully deleted; otherwise false
.