共用方式為


TestActionCollection.RemoveItem 方法

這個成員會覆寫 ObservableCollection.RemoveItem(Int32),您可以在主題中找到更完整的文件。這個成員會覆寫 ObservableCollection.RemoveItem(Int32)。

命名空間:  Microsoft.TeamFoundation.TestManagement.Client
組件:  Microsoft.TeamFoundation.TestManagement.Client (在 Microsoft.TeamFoundation.TestManagement.Client.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 安全性

請參閱

參考

TestActionCollection 類別

Microsoft.TeamFoundation.TestManagement.Client 命名空間