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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.