Compartilhar via


Método IAttachmentCollection.RemoveAt (Int32)

 

Use Base

True

Remove o IAttachmentCollection item no índice especificado.

Namespace:   Microsoft.TeamFoundation.TestManagement.Client
Assembly:  Microsoft.TeamFoundation.TestManagement.Client (em Microsoft.TeamFoundation.TestManagement.Client.dll)

Sintaxe

void RemoveAt(
    int index
)
void RemoveAt(
    int index
)
abstract RemoveAt : 
        index:int -> unit
Sub RemoveAt (
    index As Integer
)

Parâmetros

  • index
    O índice baseado em zero do item a remover.

Consulte também

IList
Interface IAttachmentCollection
Namespace Microsoft.TeamFoundation.TestManagement.Client

Retornar ao topo