IAttachmentCollection.RemoveAt Method
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
'Declaration
Sub RemoveAt ( _
index As Integer _
)
void RemoveAt(
int index
)
void RemoveAt(
int index
)
abstract RemoveAt :
index:int -> unit
function RemoveAt(
index : int
)
Parameters
index
Type: Int32The zero-based index of the item to remove.
.NET Framework Security
- 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.
See Also
Reference
IAttachmentCollection Interface