IVsDebugLaunchTargetProvider2.UpdateContext(DebugLaunchActionContext) Methode

Definition

Wird vom generischen vs Debugger-Start Programm vor dem Verarbeiten der Vorlage und dem Starten der Konfiguration in eine VsDebugTargetInfo4-Struktur aufgerufen. Ermöglicht es dem Anbieter, zusätzliche Lauf Zeiteigenschaften zu ändern bzw. hinzuzufügen, die vom Vorlagen Schema verwendet werden.

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)

Parameter

debugLaunchContext
DebugLaunchActionContext

Debugstart wird erfolgreich durchgeführt

Gilt für