CommandAction Class

Definition

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

Constructors

CommandAction(ActionToken, String, ICommand, Object)
CommandAction(String, ICommand, Object)

Properties

ActionProvider (Inherited from ActionCommonBase)
ActionType
Command
CommandParameter
Description
IsEnabled (Inherited from ActionCommonBase)
IsVisible (Inherited from ActionCommonBase)
ModelItem (Inherited from ActionCommonBase)
Token (Inherited from ActionCommonBase)

Methods

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

Events

PropertyChanged (Inherited from ActionCommonBase)

Applies to