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

FontInfoオブジェクトを挿入する、0から始まるインデックス位置。
挿入するFontInfoオブジェクト。
コレクションの指定したインデックスにFontInfoオブジェクトを挿入します。
構文
Public Sub Insert( _
   ByVal index As Integer, _
   ByVal value As FontInfo _
) 
public void Insert( 
   int index,
   FontInfo value
)

パラメータ

index
FontInfoオブジェクトを挿入する、0から始まるインデックス位置。
value
挿入するFontInfoオブジェクト。
例外
例外解説
System.ArgumentOutOfRangeExceptionindexパラメーターが0未満か、FontInfoCollectionクラスのSystem.Collections.CollectionBase.Countプロパティの値を超えています。
System.ArgumentNullException挿入するvalueがnullです。
System.ArgumentException挿入するvalueが、コレクションの関連付けられたGcFontPickerが持つItemFilterの条件と一致しません。
System.InvalidOperationExceptionこのコレクションの現在の System.Collections.CollectionBase.Count が、関連付けられた GcFontPicker コントロールの GcFontPicker.RecentlyUsedFontsCount と同じです。
解説
このメソッドを使用すると、コレクション内の特定の位置にFontInfoオブジェクトを挿入できます。コレクション内の特定の位置を指定せずにFontInfoオブジェクトを追加するには、Addメソッドを使用します。FontInfoオブジェクトの配列をコレクションに追加するには、AddRange(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 メンバ
Add メソッド
AddRange(FontInfo[]) メソッド
Add メソッド
AddRange(FontInfo[]) メソッド

Send Feedback