CompoundActionBase Class

Used to create CompoundAction objects.

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)

Syntax

‘선언
Public Class CompoundActionBase _
    Implements IDisposable
‘사용 방법
Dim instance As CompoundActionBase
public class CompoundActionBase : IDisposable
public ref class CompoundActionBase : IDisposable
type CompoundActionBase =  
    class
        interface IDisposable
    end
public class CompoundActionBase implements IDisposable

Inheritance Hierarchy

System.Object
  Microsoft.VisualStudio.Package.CompoundActionBase
    Microsoft.VisualStudio.Package.CompoundAction
    Microsoft.VisualStudio.Package.CompoundViewAction

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

CompoundActionBase Members

Microsoft.VisualStudio.Package Namespace