TaskProvider::TaskCollection::RemoveAt Method (Int32)

 

Removes the task at the specified index.

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

public:
void RemoveAt(
	int index
)

Parameters

index
Type: System::Int32

The index at which to remove the task.

Return to top
Show: