InputBindingCollection.AddRange(ICollection) 方法

定義

將指定 ICollection 的項目加入至這個 InputBindingCollection 的結尾。

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

要加入至這個 InputBindingCollection 結尾的項目集合。

適用於

另請參閱