TaskProvider.Refresh Method

Informs the task list that there are new or edited tasks.

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

Syntax

'宣言
Public Sub Refresh
'使用
Dim instance As TaskProvider

instance.Refresh()
public void Refresh()
public:
void Refresh()
public function Refresh()

Remarks

This method calls RefreshTasks.

Permissions

See Also

Reference

TaskProvider Class

TaskProvider Members

Microsoft.VisualStudio.Shell Namespace