FileContextActionBase Klasse
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Implementieren von ifilecontextactionbase mithilfe eines Funktions Rückrufs
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
- Vererbung
-
FileContextActionBase
- Abgeleitet
- Implementiert
Konstruktoren
| FileContextActionBase(Func<IProgress<IFileContextActionProgressUpdate>,CancellationToken,Task<IFileContextActionResult>>) |
Initialisiert eine neue Instanz der FileContextActionBase-Klasse. |
Methoden
| ExecuteAsync(IProgress<IFileContextActionProgressUpdate>, CancellationToken) |
Führt die Aktion aus. |