Partilhar via


Método TestResultParameterCollection.RemoveItem

Exclui um item com o índice especificado.

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

Sintaxe

'Declaração
Protected Overrides Sub RemoveItem ( _
    index As Integer _
)
protected override void RemoveItem(
    int index
)
protected:
virtual void RemoveItem(
    int index
) override
abstract RemoveItem : 
        index:int -> unit 
override RemoveItem : 
        index:int -> unit 
protected override function RemoveItem(
    index : int
)

Parâmetros

Segurança do .NET Framework

Consulte também

Referência

TestResultParameterCollection Classe

Namespace Microsoft.TeamFoundation.TestManagement.Client