Share via


CustomAction Class

Definition

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

Constructors

CustomAction()
CustomAction(ActionToken)

Properties

ActionProvider (Inherited from ActionCommonBase)
ActionType
IsEnabled (Inherited from ActionCommonBase)
IsVisible (Inherited from ActionCommonBase)
ModelItem (Inherited from ActionCommonBase)
Template
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