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

コレクションに追加するFontInfoオブジェクト。
FontInfoオブジェクトをコレクションに追加します。
構文
Public Sub Add( _
   ByVal value As FontInfo _
) 
public void Add( 
   FontInfo value
)

パラメータ

value
コレクションに追加するFontInfoオブジェクト。
例外
例外解説
System.ArgumentNullException追加するvalueがnullです。
System.ArgumentException追加するvalueが、コレクションの関連付けられたGcFontPickerが持つItemFilterの条件と一致しません。
System.InvalidOperationExceptionこのコレクションの現在の System.Collections.CollectionBase.Count が、関連付けられた GcFontPicker コントロールの GcFontPicker.RecentlyUsedFontsCount と同じです。
解説
このバージョンのAddメソッドを使用すると、既存のFontInfoオブジェクトをコレクションに追加できます。コレクション内の特定の位置にFontInfoオブジェクトを挿入するには、Insertメソッドを使用します。FontInfoオブジェクトのセットを1回の操作でコレクションに追加するには、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 メンバ
Insert メソッド
AddRange(FontInfo[]) メソッド
Insert メソッド
AddRange(FontInfo[]) メソッド

Send Feedback