共用方式為


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 為唯讀。

-或-

SiteMapNodeCollection 具有固定大小。

備註

您可以藉由檢查 IsReadOnly 屬性來測試集合是否 SiteMapNodeCollection 為唯讀。

若要藉由指定要 SiteMapNode 移除的 物件來移除 專案 SiteMapNodeCollection ,請使用 Remove 方法。

適用於

另請參閱