TaskProvider.TaskCollection.Remove Method

Removes a task from the collection.

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

Syntax

'宣言
Public Sub Remove ( _
    task As Task _
)
'使用
Dim instance As TaskProvider..::.TaskCollection
Dim task As Task

instance.Remove(task)
public void Remove(
    Task task
)
public:
void Remove(
    Task^ task
)
public function Remove(
    task : Task
)

Parameters

Permissions

See Also

Reference

TaskProvider.TaskCollection Class

TaskProvider.TaskCollection Members

Microsoft.VisualStudio.Shell Namespace