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입니다.

구현

적용 대상