BuildFileContextActionWrapper Klasse

Definition

Implementiert ifilecontextaction mit der Option zum Senden einer buildnachricht, wenn die Ausführung abgebrochen wird.

public ref class BuildFileContextActionWrapper sealed : Microsoft::VisualStudio::Workspace::IFileContextAction
public ref class BuildFileContextActionWrapper sealed : Microsoft::VisualStudio::Workspace::IFileContextAction
class BuildFileContextActionWrapper sealed : Microsoft::VisualStudio::Workspace::IFileContextAction
public sealed class BuildFileContextActionWrapper : Microsoft.VisualStudio.Workspace.IFileContextAction
type BuildFileContextActionWrapper = class
    interface IFileContextAction
    interface IFileContextActionBase
Public NotInheritable Class BuildFileContextActionWrapper
Implements IFileContextAction
Vererbung
BuildFileContextActionWrapper
Implementiert

Konstruktoren

BuildFileContextActionWrapper(IFileContextAction, IBuildMessageService, String)

Initialisiert eine neue Instanz der BuildFileContextActionWrapper-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.

ExecuteWithTaskCanceledExceptionAsync(Func<Task<IFileContextActionResult>>, IBuildMessageService, String)

Ausführen eines Rückrufs und melden einer Ausnahme vom Typ "abgebrochen"

Gilt für