FileContextActionCallback 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.
Filecontextactioncallback-Klasse
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
- Vererbung
- Implementiert
Konstruktoren
| FileContextActionCallback(FileContext, Func<IProgress<IFileContextActionProgressUpdate>,CancellationToken,Task<IFileContextActionResult>>, String) |
Initialisiert eine neue Instanz der FileContextActionCallback-Klasse. |
Eigenschaften
| DisplayName |
Ruft den Namen der Aktion ab, die dem Benutzer angezeigt werden soll. |
| Source |
Datei Kontext Quelle dieser Aktion |
Methoden
| ExecuteAsync(IProgress<IFileContextActionProgressUpdate>, CancellationToken) |
Führt die Aktion aus. (Geerbt von FileContextActionBase) |