FamilyTypefaceCollection.Remove(FamilyTypeface) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
從集合中移除指定的 FamilyTypeface 物件。
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
參數
- item
- FamilyTypeface
要移除的 FamilyTypeface 物件。
傳回
如果成功刪除 item
則為 true
,否則為 false
。