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
'Declaración
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
.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.