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

コレクション内で検索するFontInfoオブジェクト。
コレクション内の指定したFontInfoオブジェクトのインデックスを返します。
構文
Public Function IndexOf( _
   ByVal value As FontInfo _
) As Integer
public int IndexOf( 
   FontInfo value
)

パラメータ

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

戻り値の型

FontInfoオブジェクトがコレクション内に存在する場合は、そのオブジェクトの0から始まるインデックス、それ以外の場合は-1。
解説
IndexOfメソッドを使用すると、FontInfoオブジェクトのコレクション内での位置を確認できます。このメソッドを呼び出す前にFontInfoオブジェクトがコレクション内に存在するかどうかを確認するには、Containsメソッドを使用します。
プラットフォーム

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 メンバ
Contains メソッド
Contains メソッド

Send Feedback