次の方法で共有


IVSMDDesignerLoader.Dispose Method

Disposes this designer loader.

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

Syntax

'宣言
Sub Dispose
'使用
Dim instance As IVSMDDesignerLoader

instance.Dispose()
void Dispose()
void Dispose()
abstract Dispose : unit -> unit 
function Dispose()

Remarks

You must call this method only if designer creation has failed. Otherwise, the designer maintains ownership of the loader and is responsible for destroying it.

.NET Framework Security

See Also

Reference

IVSMDDesignerLoader Interface

IVSMDDesignerLoader Members

Microsoft.VisualStudio.Designer.Interfaces Namespace