다음을 통해 공유


TaskProvider.TaskCollection.IList.RemoveAt Method

Removes the task from the specified index of the collection.

Namespace:  Microsoft.VisualStudio.Shell
Assembly:  Microsoft.VisualStudio.Shell.11.0 (in Microsoft.VisualStudio.Shell.11.0.dll)

Syntax

‘선언
Private Sub RemoveAt ( _
    index As Integer _
) Implements IList.RemoveAt
void IList.RemoveAt(
    int index
)

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

Microsoft.VisualStudio.Shell Namespace