TaskProvider.TaskCollection.Remove Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- task
- TaskListItem
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.