ErrorListProvider::Dispose Method (Boolean)

 

Activates the Error List window and makes it visible.

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

protected:
virtual void Dispose(
	bool disposing
) override

Parameters

disposing
Type: System::Boolean

Parameter is set to true if the task list can be disposed, that is, if the TaskProvider::TaskCollection contains tasks.

Disposes the ErrorListProvider and sets the error list to null.

Return to top
Show: