Share via


IVsDebugLaunchTargetProvider2.UpdateContext(DebugLaunchActionContext) Method

Definition

Called by the generic vs debugger launcher before processing template and launch configuration into a VsDebugTargetInfo4 structure. Allows provider to modify/add additional runtime properties to be used by the template schema.

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)

Parameters

debugLaunchContext
DebugLaunchActionContext

Debug launch being passed

Applies to