Share via


IVSMDDesigner.Dispose Method

Releases all resources used by the IVSMDDesigner.

Namespace:  Microsoft.VisualStudio.Designer.Interfaces
Assembly:  Microsoft.VisualStudio.Designer.Interfaces (in Microsoft.VisualStudio.Designer.Interfaces.dll)

Syntax

'Declaration
Sub Dispose
void Dispose()
void Dispose()
abstract Dispose : unit -> unit
function Dispose()

Remarks

This should be called before the designer is destroyed. If you are using the view returned from GetView, closing the window pane within the view will also call Dispose(), so you would not have to call Dispose() on the designer.

.NET Framework Security

See Also

Reference

IVSMDDesigner Interface

Microsoft.VisualStudio.Designer.Interfaces Namespace