IFileContextAction Interface

Definition

Describes an action supported by a IFileContextActionProvider.

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

Properties

DisplayName

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

Source

File Context source of this Action

Methods

ExecuteAsync(IProgress<IFileContextActionProgressUpdate>, CancellationToken)

Executes the action.

(Inherited from IFileContextActionBase)

Applies to