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

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

パラメータ

value
コレクションに追加するFontInfoCollection
例外
例外解説
System.ArgumentNullException

追加するvalueがnullです。

または

value内の1つ以上の項目がnullです。

System.ArgumentExceptionvalue内の1つ以上の項目が、コレクションの関連付けられたGcFontPickerが持つItemFilterの条件と一致しません。
System.InvalidOperationExceptionこのコレクションの現在の System.Collections.CollectionBase.Count が、関連付けられた GcFontPicker コントロールの GcFontPicker.RecentlyUsedFontsCount と同じです。
解説
このメソッドを使用すると、FontInfoオブジェクトのセットを1回の操作でコレクションに追加できます。
プラットフォーム

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 メソッド
Insert メソッド
Add メソッド
Insert メソッド

Send Feedback