Share via


SessionPropertyCollection<T>.InsertItem Method (Int32, T)

 

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

Syntax

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
)

Parameters

  • item
    Type: T

See Also

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

Return to top