FileContextActionCallback Klasse

Definition

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
FileContextActionCallback
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)

Gilt für