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 RemoveItem(
int index
)
protected:
virtual void RemoveItem(
int index
) override
override RemoveItem :
index:int -> unit
Protected Overrides Sub RemoveItem (
index As Integer
)
Parameters
- index
Type: System.Int32
See Also
SessionPropertyCollection<T> Class
Microsoft.TeamFoundation.TestManagement.Client Namespace
Return to top