IDebugContextAction Интерфейс

Определение

Специализированное контекстное действие для отладки, поддерживающее действие шага сборки

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
Реализации

Свойства

BuildStep

Действие шага сборки, вызываемое перед выполнением действия отладки

DisplayName

Возвращает имя действия, которое должно быть представлено пользователю.

(Унаследовано от IFileContextAction)
Source

Источник контекста файла для этого действия

(Унаследовано от IFileContextAction)

Методы

ExecuteAsync(IProgress<IFileContextActionProgressUpdate>, CancellationToken)

Выполняет действие.

(Унаследовано от IFileContextActionBase)

Применяется к