SiteMapNodeCollection.RemoveAt(Int32) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
SiteMapNode删除集合的指定索引SiteMapNodeCollection处的对象。
public:
virtual void RemoveAt(int index);
public virtual void RemoveAt (int index);
abstract member RemoveAt : int -> unit
override this.RemoveAt : int -> unit
Public Overridable Sub RemoveAt (index As Integer)
参数
- index
- Int32
要移除的元素的从零开始的索引。
例外
注解
可以通过检查IsReadOnly属性来测试集合是否SiteMapNodeCollection为只读。
若要通过指定要SiteMapNode删除的对象从SiteMapNodeCollection中删除元素,请使用Remove该方法。