Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- index
Type: System.Int32
- item
Type: T
See Also
SessionPropertyCollection<T> Class
Microsoft.TeamFoundation.TestManagement.Client Namespace
Return to top