This documentation is archived and is not being maintained.
AttachmentCollection::RemoveAt Method
Visual Studio 2013
Removes the attachment at the specified index from this collection.
Namespace: Microsoft.TeamFoundation.WorkItemTracking.Client
Assembly: Microsoft.TeamFoundation.WorkItemTracking.Client (in Microsoft.TeamFoundation.WorkItemTracking.Client.dll)
Parameters
- index
- Type: System::Int32
The index of the object to remove.
Implements
IList::RemoveAt(Int32)- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
Show: