FileContextActionDelegate Class

Definition

FileContextActionDelegate class

public ref class FileContextActionDelegate : Microsoft::VisualStudio::Workspace::IFileContextAction
[Windows::Foundation::Metadata::WebHostHidden]
class FileContextActionDelegate : Microsoft::VisualStudio::Workspace::IFileContextAction
public class FileContextActionDelegate : Microsoft.VisualStudio.Workspace.IFileContextAction
type FileContextActionDelegate = class
    interface IFileContextAction
    interface IFileContextActionBase
Public Class FileContextActionDelegate
Implements IFileContextAction
Inheritance
FileContextActionDelegate
Implements

Constructors

FileContextActionDelegate(IFileContextAction, String)

Initializes a new instance of the FileContextActionDelegate class.

Properties

DisplayName

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

InnerAction

The inner action of this delegate.

Source

File Context source of this Action

Methods

ExecuteAsync(IProgress<IFileContextActionProgressUpdate>, CancellationToken)

Executes the action.

Applies to