다음을 통해 공유


CompoundActionBase.Dispose Method

Deallocates any resources just before the CompoundAction object is destroyed.

Namespace:  Microsoft.VisualStudio.Package
Assemblies:   Microsoft.VisualStudio.Package.LanguageService.10.0 (in Microsoft.VisualStudio.Package.LanguageService.10.0.dll)
  Microsoft.VisualStudio.Package.LanguageService.9.0 (in Microsoft.VisualStudio.Package.LanguageService.9.0.dll)
  Microsoft.VisualStudio.Package.LanguageService.11.0 (in Microsoft.VisualStudio.Package.LanguageService.11.0.dll)

Syntax

‘선언
Public Sub Dispose
public void Dispose()

Implements

IDisposable.Dispose()

Remarks

This method commits all changes made since the compound action object was created.

This method resumes colorization by recolorizing the current line.

.NET Framework Security

See Also

Reference

CompoundActionBase Class

Microsoft.VisualStudio.Package Namespace