CommandBindingCollection.AddRange(ICollection) メソッド

定義

指定した ICollection の項目を、この CommandBindingCollection の末尾に追加します。

public:
 void AddRange(System::Collections::ICollection ^ collection);
public void AddRange (System.Collections.ICollection collection);
member this.AddRange : System.Collections.ICollection -> unit
Public Sub AddRange (collection As ICollection)

パラメーター

collection
ICollection

この CommandBindingCollection の末尾に追加する項目のコレクション。

例外

追加するコレクションが null です。

適用対象

こちらもご覧ください