Partager 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

'Déclaration
Sub Dispose
'Utilisation
Dim instance As IVSMDDesigner

instance.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

IVSMDDesigner Members

Microsoft.VisualStudio.Designer.Interfaces Namespace