TestActionCollection.RemoveItem 方法
此成员重写 ObservableCollection<T>.RemoveItem(Int32),且该主题可能包括更完整的文档。此成员重写 ObservableCollection<T>.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
类型:System.Int32要移除的元素的从零开始的索引。
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关更多信息,请参见通过部分受信任的代码使用库。