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
。