Share via


TestActionResultCollection.RemoveItem Method

This member overrides ObservableCollection.RemoveItem(Int32), and more complete documentation might be available in that topic.This member overrides ObservableCollection.RemoveItem(Int32).

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

Syntax

'Declaration
Protected Overrides Sub RemoveItem ( _
    index As Integer _
)
protected override void RemoveItem(
    int index
)
protected:
virtual void RemoveItem(
    int index
) override
abstract RemoveItem : 
        index:int -> unit  
override RemoveItem : 
        index:int -> unit
protected override function RemoveItem(
    index : int
)

Parameters

  • index
    Type: Int32

    The zero-based index of the element to remove.

.NET Framework Security

See Also

Reference

TestActionResultCollection Class

Microsoft.TeamFoundation.TestManagement.Client Namespace