TaskProvider.TaskCollection.IList.RemoveAt Method

Removes the task from the specified index of the collection.

Namespace:  Microsoft.VisualStudio.Shell
Assemblies:   Microsoft.VisualStudio.Shell (in Microsoft.VisualStudio.Shell.dll)
  Microsoft.VisualStudio.Shell.9.0 (in Microsoft.VisualStudio.Shell.9.0.dll)
  Microsoft.VisualStudio.Shell.10.0 (in Microsoft.VisualStudio.Shell.10.0.dll)

Syntax

声明
Private Sub RemoveAt ( _
    index As Integer _
) Implements IList.RemoveAt
用法
Dim instance As TaskProvider..::..TaskCollection
Dim index As Integer

CType(instance, IList).RemoveAt(index)
void IList.RemoveAt(
    int index
)
private:
virtual void RemoveAt(
    int index
) sealed = IList::RemoveAt
private abstract RemoveAt : 
        index:int -> unit 
private override RemoveAt : 
        index:int -> unit 
JScript does not support explicit interface implementations.

Parameters

  • index
    Type: System.Int32
    The index at which to remove the task.

Implements

IList.RemoveAt(Int32)

.NET Framework Security

See Also

Reference

TaskProvider.TaskCollection Class

TaskProvider.TaskCollection Members

Microsoft.VisualStudio.Shell Namespace