ErrorListProvider.Dispose Method (Boolean)

Activates the Error List window and makes it visible.

Namespace:  Microsoft.VisualStudio.Shell
Assemblies:   Microsoft.VisualStudio.Shell (in Microsoft.VisualStudio.Shell.dll)
  Microsoft.VisualStudio.Shell.10.0 (in Microsoft.VisualStudio.Shell.10.0.dll)
  Microsoft.VisualStudio.Shell.9.0 (in Microsoft.VisualStudio.Shell.9.0.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
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

ErrorListProvider Members

Dispose Overload

Microsoft.VisualStudio.Shell Namespace