SiteMapNodeCollection.RemoveAt(Int32) 方法

定义

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

要移除的元素的从零开始的索引。

例外

index 小于零。

  • 或 - index 大于 Count

SiteMapNodeCollection 为只读。

注解

可以通过检查IsReadOnly属性来测试集合是否SiteMapNodeCollection为只读。

若要通过指定要SiteMapNode删除的对象从SiteMapNodeCollection中删除元素,请使用Remove该方法。

适用于

另请参阅