FamilyTypefaceCollection.Remove(FamilyTypeface) 方法

定义

从集合中移除指定的 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 对象。

返回

Boolean

如果成功删除了 item,则为 true;否则为 false

实现

适用于