Compartilhar via


Método SessionPropertyCollection<T>.RemoveItem (Int32)

 

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

Sintaxe

protected override void RemoveItem(
    int index
)
protected:
virtual void RemoveItem(
    int index
) override
override RemoveItem : 
        index:int -> unit
Protected Overrides Sub RemoveItem (
    index As Integer
)

Parâmetros

  • index

Consulte também

Classe SessionPropertyCollection<T>
Namespace Microsoft.TeamFoundation.TestManagement.Client

Retornar ao topo