共用方式為


BulkObservableCollection<T>.RemoveItem 方法

從集合中的指定位置移除項目。

命名空間:  Microsoft.VisualStudio.Language.Intellisense
組件:  Microsoft.VisualStudio.Language.Intellisense (在 Microsoft.VisualStudio.Language.Intellisense.dll 中)

語法

'宣告
Protected Overrides Sub RemoveItem ( _
    index As Integer _
)
protected override void RemoveItem(
    int index
)
protected:
virtual void RemoveItem(
    int index
) override
abstract RemoveItem : 
        index:int -> unit  
override RemoveItem : 
        index:int -> unit
protected override function RemoveItem(
    index : int
)

參數

  • index
    類型:Int32

    要移除項目的位置。

.NET Framework 安全性

請參閱

參考

BulkObservableCollection<T> 類別

Microsoft.VisualStudio.Language.Intellisense 命名空間