Compartilhar via


Método SessionPropertyCollection<T>.InsertItem (Int32, T)

 

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

Sintaxe

protected override void InsertItem(
    int index,
    T item
)
protected:
virtual void InsertItem(
    int index,
    T item
) override
override InsertItem : 
        index:int *
        item:'T -> unit
Protected Overrides Sub InsertItem (
    index As Integer,
    item As T
)

Parâmetros

  • index
  • item

Consulte também

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

Retornar ao topo