IAttachmentCollection.RemoveAt 方法

移除指定索引处的 IAttachmentCollection 项。

命名空间:  Microsoft.TeamFoundation.TestManagement.Client
程序集:  Microsoft.TeamFoundation.TestManagement.Client(在 Microsoft.TeamFoundation.TestManagement.Client.dll 中)

语法

声明
Sub RemoveAt ( _
    index As Integer _
)
void RemoveAt(
    int index
)
void RemoveAt(
    int index
)
abstract RemoveAt : 
        index:int -> unit 
function RemoveAt(
    index : int
)

参数

  • index
    类型:System.Int32
    要移除的项的从零开始的索引。

.NET Framework 安全性

请参见

参考

IAttachmentCollection 接口

Microsoft.TeamFoundation.TestManagement.Client 命名空间

IList