TaskProvider.TaskCollection.Remove Method

Definition

Overloads

Remove(TaskListItem)
Remove(Task)

Removes a task from the collection.

Remove(TaskListItem)

public:
 void Remove(Microsoft::VisualStudio::Shell::TaskListItem ^ task);
public void Remove (Microsoft.VisualStudio.Shell.TaskListItem task);
member this.Remove : Microsoft.VisualStudio.Shell.TaskListItem -> unit
Public Sub Remove (task As TaskListItem)

Parameters

Applies to

Remove(Task)

Removes a task from the collection.

public:
 void Remove(Microsoft::VisualStudio::Shell::Task ^ task);
void Remove(Microsoft::VisualStudio::Shell::Task const & task);
public void Remove (Microsoft.VisualStudio.Shell.Task task);
member this.Remove : Microsoft.VisualStudio.Shell.Task -> unit
Public Sub Remove (task As Task)

Parameters

task
Task

The task to remove.

Applies to