Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Use Base
True
Removes the IAttachmentCollection item at the specified index.
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Syntax
void RemoveAt(
int index
)
void RemoveAt(
int index
)
abstract RemoveAt :
index:int -> unit
Sub RemoveAt (
index As Integer
)
Parameters
index
Type: System.Int32The zero-based index of the item to remove.
See Also
IList
IAttachmentCollection Interface
Microsoft.TeamFoundation.TestManagement.Client Namespace
Return to top