Share via


DisposableObject.Dispose Method (Boolean)

Microsoft internal use only.

Namespace:  Microsoft.VisualStudio.PlatformUI
Assembly:  Microsoft.VisualStudio.Shell.10.0 (in Microsoft.VisualStudio.Shell.10.0.dll)

Syntax

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

Parameters

.NET Framework Security

See Also

Reference

DisposableObject Class

Dispose Overload

Microsoft.VisualStudio.PlatformUI Namespace