Compartilhar via


Método SessionPropertyCollection<T>.InsertItem

Este membro substitui ObservableCollection<T>.InsertItem(Int32, T).

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

Sintaxe

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

Parâmetros

  • item
    Tipo: T

Segurança do .NET Framework

Consulte também

Referência

SessionPropertyCollection<T> Classe

Namespace Microsoft.TeamFoundation.TestManagement.Client