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: System.Int32
    The zero-based index of the item to remove.

.NET Framework Security

See Also

Reference

IAttachmentCollection Interface

Microsoft.TeamFoundation.TestManagement.Client Namespace

IList