Share via


ActionBase Class

Definition

public ref class ActionBase abstract : Microsoft::VisualStudio::DesignTools::Extensibility::Actions::ActionCommonBase
public abstract class ActionBase : Microsoft.VisualStudio.DesignTools.Extensibility.Actions.ActionCommonBase
type ActionBase = class
    inherit ActionCommonBase
Public MustInherit Class ActionBase
Inherits ActionCommonBase
Inheritance
Derived

Constructors

ActionBase()
ActionBase(ActionToken)

Properties

ActionProvider (Inherited from ActionCommonBase)
ActionType
IsEnabled (Inherited from ActionCommonBase)
IsVisible (Inherited from ActionCommonBase)
ModelItem (Inherited from ActionCommonBase)
Token (Inherited from ActionCommonBase)

Methods

Clone()
Dispose() (Inherited from ActionCommonBase)
OnPropertyChanged(String) (Inherited from ActionCommonBase)
SetActionProvider(ActionProviderBase) (Inherited from ActionCommonBase)

Events

PropertyChanged (Inherited from ActionCommonBase)

Applies to