ErrorListProvider.Dispose Method (Boolean)

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

Remarks

Disposes the ErrorListProvider and sets the error list to a null reference (Nothing in Visual Basic).

Permissions

See Also

Reference

ErrorListProvider Class

ErrorListProvider Members

Dispose Overload

Microsoft.VisualStudio.Shell Namespace