PowerTools PlusPak for Windows Forms 8.0J
Contains メソッド (FontInfoCollection)

コレクション内で検索するFontInfoオブジェクト。
指定したFontInfoオブジェクトがコレクション内に存在するかどうかを確認します。
構文
Public Function Contains( _
   ByVal value As FontInfo _
) As Boolean
public bool Contains( 
   FontInfo value
)

パラメータ

value
コレクション内で検索するFontInfoオブジェクト。

戻り値の型

FontInfoオブジェクトがコレクション内に存在する場合はtrue、それ以外の場合はfalse
解説
Containsメソッドを使用すると、特定のFontInfoオブジェクトがコレクションのメンバであるかどうかを確認できます。オブジェクトがコレクション内にあることがわかったら、IndexOfメソッドを使用して、そのFontInfoオブジェクトのコレクション内での位置を確認できます。
プラットフォーム

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

参照

FontInfoCollection クラス
FontInfoCollection メンバ
IndexOf メソッド
IndexOf メソッド

Send Feedback