SiteMapNodeCollection.Insert(Int32, SiteMapNode) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
將指定的 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。
例外狀況
value
為 null
。
備註
您可以藉由檢查 IsReadOnly 屬性來測試集合是否 SiteMapNodeCollection 為唯讀。