FileContextActionDelegate Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |