Share via


CompoundActionBase Class

Used to create CompoundAction objects.

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

Syntax

'Declaration
Public Class CompoundActionBase _
    Implements IDisposable
'Usage
Dim instance As CompoundActionBase
public class CompoundActionBase : IDisposable
public ref class CompoundActionBase : IDisposable
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