TypeElementCollection.RemoveAt 方法    
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
从集合中移除指定的元素。
重载
| RemoveAt(Int32) | 移除集合中指定索引处的元素。 | 
| RemoveAt(Object) | 从集合中移除具有指定键的 TypeElement。 | 
RemoveAt(Int32)
移除集合中指定索引处的元素。
public:
 void RemoveAt(int index);public void RemoveAt (int index);member this.RemoveAt : int -> unitPublic Sub RemoveAt (index As Integer)参数
- index
- Int32
要从集合中移除的 TypeElement 的从零开始的索引。
适用于
RemoveAt(Object)
从集合中移除具有指定键的 TypeElement。
public:
 void RemoveAt(System::Object ^ key);public void RemoveAt (object key);member this.RemoveAt : obj -> unitPublic Sub RemoveAt (key As Object)参数
- key
- Object
要从集合中移除的 TypeElement 的键。