InputGestureCollection.AddRange(ICollection) 方法

定义

将指定的 ICollection 的元素添加到此 InputGestureCollection 的末尾。

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

要添加到此 InputGestureCollection 末尾的项的集合。

例外

该集合是只读的。

要添加的集合为 null

适用于

另请参阅