FamilyTypefaceCollection.Remove(FamilyTypeface) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Removes the specified FamilyTypeface object from the 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
Parameters
- item
- FamilyTypeface
The FamilyTypeface object to remove.
Returns
true
if item
was successfully deleted; otherwise false
.
Implements
Applies to
שתף איתנו פעולה ב- GitHub
ניתן למצוא את המקור לתוכן זה ב- GitHub, שם ניתן גם ליצור ולסקור בעיות ולמשוך בקשות. לקבלת מידע נוסף, עיין במדריך התורמים שלנו.