ErrorListProvider.Dispose Method (Boolean)
Activates the Error List window and makes it visible.
Namespace: Microsoft.VisualStudio.Shell
Assembly: Microsoft.VisualStudio.Shell.11.0 (in Microsoft.VisualStudio.Shell.11.0.dll)
Syntax
'Declaración
Protected Overrides Sub Dispose ( _
disposing As Boolean _
)
protected override void Dispose(
bool disposing
)
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.
Remarks
Disposes the ErrorListProvider and sets the error list to nulla null reference (Nothing in Visual Basic).
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.