FileContextActionBase 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.
Implement IFileContextActionBase using a function callback
public ref class FileContextActionBase : Microsoft::VisualStudio::Workspace::IFileContextActionBase
[Windows::Foundation::Metadata::WebHostHidden]
class FileContextActionBase : Microsoft::VisualStudio::Workspace::IFileContextActionBase
public class FileContextActionBase : Microsoft.VisualStudio.Workspace.IFileContextActionBase
type FileContextActionBase = class
interface IFileContextActionBase
Public Class FileContextActionBase
Implements IFileContextActionBase
- Inheritance
-
FileContextActionBase
- Derived
- Implements
Constructors
FileContextActionBase(Func<IProgress<IFileContextActionProgressUpdate>,CancellationToken,Task<IFileContextActionResult>>) |
Initializes a new instance of the FileContextActionBase class. |
Methods
ExecuteAsync(IProgress<IFileContextActionProgressUpdate>, CancellationToken) |
Executes the action. |