FileContextActionCallback 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.
FileContextActionCallback class
public ref class FileContextActionCallback : Microsoft::VisualStudio::Workspace::FileContextActionBase, Microsoft::VisualStudio::Workspace::IFileContextAction
[Windows::Foundation::Metadata::WebHostHidden]
class FileContextActionCallback : Microsoft::VisualStudio::Workspace::FileContextActionBase, Microsoft::VisualStudio::Workspace::IFileContextAction
public class FileContextActionCallback : Microsoft.VisualStudio.Workspace.FileContextActionBase, Microsoft.VisualStudio.Workspace.IFileContextAction
type FileContextActionCallback = class
inherit FileContextActionBase
interface IFileContextAction
interface IFileContextActionBase
Public Class FileContextActionCallback
Inherits FileContextActionBase
Implements IFileContextAction
- Inheritance
- Implements
Constructors
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 FileContextActionBase) |