Anteckning
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Removes the element in this collection at the specified index.
Namespace:  Microsoft.TeamFoundation.WorkItemTracking.Client
Assembly:  Microsoft.TeamFoundation.WorkItemTracking.Client (in Microsoft.TeamFoundation.WorkItemTracking.Client.dll)
Syntax
'Declaration
Public Overrides Sub RemoveAt ( _
    index As Integer _
)
public override void RemoveAt(
    int index
)
public:
virtual void RemoveAt(
    int index
) override
abstract RemoveAt : 
        index:int -> unit  
override RemoveAt : 
        index:int -> unit
public override function RemoveAt(
    index : int
)
Parameters
index
Type: System.Int32The index of the element to remove.
Implements
Exceptions
| Exception | Condition | 
|---|---|
| ArgumentNullException | The index parameter was null.  | 
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.