IDebugContextAction Schnittstelle

Definition

Spezielle Kontext Aktion zum Debuggen, die eine buildschrittaktion unterstützt

public interface class IDebugContextAction : Microsoft::VisualStudio::Workspace::IFileContextAction
public interface class IDebugContextAction : Microsoft::VisualStudio::Workspace::IFileContextAction
__interface IDebugContextAction : Microsoft::VisualStudio::Workspace::IFileContextAction
public interface IDebugContextAction : Microsoft.VisualStudio.Workspace.IFileContextAction
type IDebugContextAction = interface
    interface IFileContextAction
    interface IFileContextActionBase
Public Interface IDebugContextAction
Implements IFileContextAction
Implementiert

Eigenschaften

BuildStep

Eine Buildschritt-Aktion, die vor der Ausführung der Debugaktion aufgerufen werden soll

DisplayName

Ruft den Namen der Aktion ab, die dem Benutzer angezeigt werden soll.

(Geerbt von IFileContextAction)
Source

Datei Kontext Quelle dieser Aktion

(Geerbt von IFileContextAction)

Methoden

ExecuteAsync(IProgress<IFileContextActionProgressUpdate>, CancellationToken)

Führt die Aktion aus.

(Geerbt von IFileContextActionBase)

Gilt für