IVsDebugLaunchTargetProvider2.UpdateContext(DebugLaunchActionContext) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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