ErrorListProvider.Dispose Method (Boolean)

Activates the Error List window and makes it visible.

Namespace:  Microsoft.VisualStudio.Shell
Assembly:  Microsoft.VisualStudio.Shell.10.0 (in Microsoft.VisualStudio.Shell.10.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

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