DebugLaunchActionContext Construtores

Definição

Sobrecargas

DebugLaunchActionContext(IPropertySettings, ILaunchDebugTargetProvider, ProjectTargetFileContext, String)

Inicializa uma nova instância da classe DebugLaunchActionContext.

DebugLaunchActionContext(String, ILaunchDebugTargetProvider, ProjectTargetFileContext, String)

Inicializa uma nova instância da classe DebugLaunchActionContext.

DebugLaunchActionContext(IPropertySettings, ILaunchDebugTargetProvider, ProjectTargetFileContext, String)

Inicializa uma nova instância da classe 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)

Parâmetros

launchConfiguration
IPropertySettings

Iniciar parâmetros de configuração

provider
ILaunchDebugTargetProvider

Provedor para iniciar este contexto

projectFileContext
ProjectTargetFileContext

O contexto do arquivo de projeto de destino

buildConfiguration
String

Definição de configuração de Build

Aplica-se a

DebugLaunchActionContext(String, ILaunchDebugTargetProvider, ProjectTargetFileContext, String)

Inicializa uma nova instância da classe 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)

Parâmetros

targetPath
String

Caminho de destino de depuração

provider
ILaunchDebugTargetProvider

Provedor para iniciar este contexto

projectFileContext
ProjectTargetFileContext

O contexto do arquivo de projeto de destino

buildConfiguration
String

Definição de configuração de Build

Aplica-se a