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

削除する要素の、0 から始まるインデックス番号。

例外

index が 0 未満です。

- または -

indexCount より大きい値です。

SiteMapNodeCollection は読み取り専用です。

- または -

SiteMapNodeCollection が固定サイズです。

注釈

コレクションが読み取り SiteMapNodeCollection 専用かどうかをテストするには、 プロパティを IsReadOnly 確認します。

削除するオブジェクトを指定して から SiteMapNodeCollection 要素を SiteMapNode 削除するには、 メソッドを使用します Remove

適用対象

こちらもご覧ください