DialogBase.Dispose Method (Boolean)
Cleans up resources being used.
Namespace: Microsoft.VisualStudio.Modeling.Integration.Shell
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Integration.Shell.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Integration.Shell.12.0.dll)
Syntax
protected override void Dispose(
bool disposing
)
protected:
virtual void Dispose(
bool disposing
) override
override Dispose :
disposing:bool -> unit
Protected Overrides Sub Dispose (
disposing As Boolean
)
Parameters
disposing
Type: System.Booleandisposing flag
Return Value
See Also
Dispose Overload
DialogBase Class
Microsoft.VisualStudio.Modeling.Integration.Shell Namespace
Return to top