Activates the Error List window and makes it visible.
Namespace: Microsoft.VisualStudio.Shell
Assembly: Microsoft.VisualStudio.Shell (in Microsoft.VisualStudio.Shell.dll)
Syntax
'宣言
Protected Overrides Sub Dispose ( _
disposing As Boolean _
)
'使用
Dim disposing As Boolean
Me.Dispose(disposing)
protected override void Dispose(
bool disposing
)
protected:
virtual void Dispose(
bool disposing
) override
protected override function Dispose(
disposing : boolean
)
Parameters
disposing
Type: System.BooleanParameter 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 a null reference (Nothing in Visual Basic).
Permissions
- 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.