Share via


FamilyTypefaceCollection.Contains(FamilyTypeface) メソッド

定義

指定した FamilyTypeface がコレクションに含まれているかどうかを判断します。

public:
 virtual bool Contains(System::Windows::Media::FamilyTypeface ^ item);
public bool Contains (System.Windows.Media.FamilyTypeface item);
abstract member Contains : System.Windows.Media.FamilyTypeface -> bool
override this.Contains : System.Windows.Media.FamilyTypeface -> bool
Public Function Contains (item As FamilyTypeface) As Boolean

パラメーター

item
FamilyTypeface

検索する FamilyTypeface オブジェクト。

戻り値

Boolean

true がコレクション内に存在する場合は item。それ以外の場合は false

実装

適用対象