SiteMapNodeCollection.Insert(Int32, SiteMapNode) 方法

定义

将指定的 SiteMapNode 对象插入集合中指定的索引位置。

public:
 virtual void Insert(int index, System::Web::SiteMapNode ^ value);
public virtual void Insert (int index, System.Web.SiteMapNode value);
abstract member Insert : int * System.Web.SiteMapNode -> unit
override this.Insert : int * System.Web.SiteMapNode -> unit
Public Overridable Sub Insert (index As Integer, value As SiteMapNode)

参数

index
Int32

插入 SiteMapNode 时所在的从零开始的索引。

value
SiteMapNode

要插入的 SiteMapNode

例外

index 小于零。

  • 或 - index 大于 Count

SiteMapNodeCollection 为只读。

valuenull

注解

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

适用于

另请参阅