IDebugContextAction Interface

Definition

Specialized Context action to debug that support a build step action

public interface class IDebugContextAction : Microsoft::VisualStudio::Workspace::IFileContextAction
public interface class IDebugContextAction : Microsoft::VisualStudio::Workspace::IFileContextAction
__interface IDebugContextAction : Microsoft::VisualStudio::Workspace::IFileContextAction
public interface IDebugContextAction : Microsoft.VisualStudio.Workspace.IFileContextAction
type IDebugContextAction = interface
    interface IFileContextAction
    interface IFileContextActionBase
Public Interface IDebugContextAction
Implements IFileContextAction
Implements

Properties

BuildStep

A build step action to invoke before the debug action is executed

DisplayName

Gets the name of this action as it should be presented to the user.

(Inherited from IFileContextAction)
Source

File Context source of this Action

(Inherited from IFileContextAction)

Methods

ExecuteAsync(IProgress<IFileContextActionProgressUpdate>, CancellationToken)

Executes the action.

(Inherited from IFileContextActionBase)

Applies to