Share via


ErrorListProvider.Dispose Method (Boolean)

Activates the Error List window and makes it visible.

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

Syntax

'Declaration
Protected Overrides Sub Dispose ( _
    disposing As Boolean _
)
protected override void Dispose(
    bool disposing
)
protected:
virtual void Dispose(
    bool disposing
) override
abstract Dispose : 
        disposing:bool -> unit  
override Dispose : 
        disposing:bool -> unit
protected override function Dispose(
    disposing : boolean
)

Parameters

  • disposing
    Type: 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

See Also

Reference

ErrorListProvider Class

Dispose Overload

Microsoft.VisualStudio.Shell Namespace