CompoundAction.Dispose Method

Deallocates any resources just before the CompoundAction object is destroyed.

Namespace:  Microsoft.VisualStudio.Package
Assembly:  Microsoft.VisualStudio.Package.LanguageService (in Microsoft.VisualStudio.Package.LanguageService.dll)

Syntax

'宣言
Public Sub Dispose
'使用
Dim instance As CompoundAction

instance.Dispose()
public void Dispose()
public:
virtual void Dispose() sealed
public final function Dispose()

Implements

IDisposable.Dispose()

Remarks

This method calls the Close method as its only action.

Permissions

See Also

Reference

CompoundAction Class

CompoundAction Members

Microsoft.VisualStudio.Package Namespace