NumericUpDownAccelerationCollection.AddRange メソッド

定義

指定した配列の要素を NumericUpDownAccelerationCollectionに追加し、コレクションの並べ替えを維持します。

public:
 void AddRange(... cli::array <System::Windows::Forms::NumericUpDownAcceleration ^> ^ accelerations);
public void AddRange(params System.Windows.Forms.NumericUpDownAcceleration[] accelerations);
member this.AddRange : System.Windows.Forms.NumericUpDownAcceleration[] -> unit
Public Sub AddRange (ParamArray accelerations As NumericUpDownAcceleration())

パラメーター

accelerations
NumericUpDownAcceleration[]

コレクションに追加するオブジェクトを格納 NumericUpDownAcceleration 型の配列。

例外

accelerationsnull、または accelerations 配列内のいずれかのエントリが null

適用対象