PowerTools PlusPak for Windows Forms 8.0J
Item(Int32) プロパティ

取得するコレクション内のFontInfoオブジェクトのインデックス。
コレクション内の指定したインデックスにあるFontInfoオブジェクトを取得します。
構文
Public Overloads ReadOnly Property Item( _
   ByVal index As Integer _
) As FontInfo
public FontInfo Item( 
   int index
) {get;}

パラメータ

index
取得するコレクション内のFontInfoオブジェクトのインデックス。

プロパティ値

コレクション内の指定したインデックスにあるFontInfoオブジェクト。
例外
例外解説
System.ArgumentOutOfRangeExceptionindexパラメーターが0未満か、FontInfoCollectionクラスのSystem.Collections.CollectionBase.Countプロパティの値以上です。
解説
このメソッドを使用すると、コレクション内の特定の位置に格納されたFontInfoオブジェクトを取得できます。コレクション内の特定のFontInfoオブジェクトのインデックスを確認するには、IndexOfメソッドを使用します。
プラットフォーム

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