Use Base
True
移除指定索引处的 IAttachmentCollection 项。
命名空间: Microsoft.TeamFoundation.TestManagement.Client
程序集: Microsoft.TeamFoundation.TestManagement.Client(Microsoft.TeamFoundation.TestManagement.Client.dll 中)
语法
void RemoveAt(
int index
)
void RemoveAt(
int index
)
abstract RemoveAt :
index:int -> unit
Sub RemoveAt (
index As Integer
)
参数
- index
要移除的项的从零开始的索引。
请参阅
IList
IAttachmentCollection 接口
Microsoft.TeamFoundation.TestManagement.Client 命名空间
返回页首