IVsDebugLaunchTargetProvider2.UpdateContext(DebugLaunchActionContext) Método

Definição

Chamado pelo iniciador do depurador do vs genérico antes de processar o modelo e iniciar a configuração em uma estrutura VsDebugTargetInfo4. Permite que o provedor modifique/adicione Propriedades de tempo de execução adicionais a serem usadas pelo esquema de modelo.

public:
 void UpdateContext(Microsoft::VisualStudio::Workspace::Debug::DebugLaunchActionContext ^ debugLaunchContext);
void UpdateContext(Microsoft::VisualStudio::Workspace::Debug::DebugLaunchActionContext const & debugLaunchContext);
public void UpdateContext (Microsoft.VisualStudio.Workspace.Debug.DebugLaunchActionContext debugLaunchContext);
abstract member UpdateContext : Microsoft.VisualStudio.Workspace.Debug.DebugLaunchActionContext -> unit
Public Sub UpdateContext (debugLaunchContext As DebugLaunchActionContext)

Parâmetros

debugLaunchContext
DebugLaunchActionContext

Inicialização de depuração sendo passada

Aplica-se a