DebugLaunchActionContext Конструкторы

Определение

Перегрузки

DebugLaunchActionContext(IPropertySettings, ILaunchDebugTargetProvider, ProjectTargetFileContext, String)

Инициализирует новый экземпляр класса DebugLaunchActionContext.

DebugLaunchActionContext(String, ILaunchDebugTargetProvider, ProjectTargetFileContext, String)

Инициализирует новый экземпляр класса DebugLaunchActionContext.

DebugLaunchActionContext(IPropertySettings, ILaunchDebugTargetProvider, ProjectTargetFileContext, String)

Инициализирует новый экземпляр класса DebugLaunchActionContext.

public DebugLaunchActionContext (Microsoft.VisualStudio.Workspace.IPropertySettings launchConfiguration, Microsoft.VisualStudio.Workspace.Debug.ILaunchDebugTargetProvider provider, Microsoft.VisualStudio.Workspace.ProjectTargetFileContext projectFileContext = default, string buildConfiguration = default);
new Microsoft.VisualStudio.Workspace.Debug.DebugLaunchActionContext : Microsoft.VisualStudio.Workspace.IPropertySettings * Microsoft.VisualStudio.Workspace.Debug.ILaunchDebugTargetProvider * Microsoft.VisualStudio.Workspace.ProjectTargetFileContext * string -> Microsoft.VisualStudio.Workspace.Debug.DebugLaunchActionContext
Public Sub New (launchConfiguration As IPropertySettings, provider As ILaunchDebugTargetProvider, Optional projectFileContext As ProjectTargetFileContext = Nothing, Optional buildConfiguration As String = Nothing)

Параметры

launchConfiguration
IPropertySettings

Параметры конфигурации запуска

provider
ILaunchDebugTargetProvider

Поставщик для запуска этого контекста

projectFileContext
ProjectTargetFileContext

Контекст файла целевого проекта

buildConfiguration
String

Параметр конфигурации сборки

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

DebugLaunchActionContext(String, ILaunchDebugTargetProvider, ProjectTargetFileContext, String)

Инициализирует новый экземпляр класса DebugLaunchActionContext.

public DebugLaunchActionContext (string targetPath, Microsoft.VisualStudio.Workspace.Debug.ILaunchDebugTargetProvider provider, Microsoft.VisualStudio.Workspace.ProjectTargetFileContext projectFileContext = default, string buildConfiguration = default);
new Microsoft.VisualStudio.Workspace.Debug.DebugLaunchActionContext : string * Microsoft.VisualStudio.Workspace.Debug.ILaunchDebugTargetProvider * Microsoft.VisualStudio.Workspace.ProjectTargetFileContext * string -> Microsoft.VisualStudio.Workspace.Debug.DebugLaunchActionContext
Public Sub New (targetPath As String, provider As ILaunchDebugTargetProvider, Optional projectFileContext As ProjectTargetFileContext = Nothing, Optional buildConfiguration As String = Nothing)

Параметры

targetPath
String

Целевой путь отладки

provider
ILaunchDebugTargetProvider

Поставщик для запуска этого контекста

projectFileContext
ProjectTargetFileContext

Контекст файла целевого проекта

buildConfiguration
String

Параметр конфигурации сборки

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