RouteCollection.RemoveItem(Int32) メソッド

定義

指定したインデックス位置にある RouteCollection オブジェクトからルートを削除します。

protected:
 override void RemoveItem(int index);
protected override void RemoveItem(int index);
override this.RemoveItem : int -> unit
Protected Overrides Sub RemoveItem (index As Integer)

パラメーター

index
Int32

削除するルートの 0 から始まるインデックス。

注釈

GetReadLock メソッドと GetWriteLock メソッドを使用して、他のプロセスとの競合なしにコレクションを操作できるようにします。

適用対象

こちらもご覧ください