ChannelParameterCollection.InsertItem(Int32, Object) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
使用指定索引将指定的项插入集合中。
protected:
override void InsertItem(int index, System::Object ^ item);
protected override void InsertItem (int index, object item);
override this.InsertItem : int * obj -> unit
Protected Overrides Sub InsertItem (index As Integer, item As Object)
参数
- index
- Int32
集合中的项的索引。
- item
- Object
要添加到集合的项。