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 方法。