IVsDebugLaunchTargetProvider.SetupDebugTargetInfo Method

Definition

Allow customization to happen on a VsDebugTargetInfo struct

public:
 void SetupDebugTargetInfo(Microsoft::VisualStudio::Shell::Interop::VsDebugTargetInfo % vsDebugTargetInfo, Microsoft::VisualStudio::Workspace::Debug::DebugLaunchActionContext ^ debugLaunchContext);
public void SetupDebugTargetInfo (ref Microsoft.VisualStudio.Shell.Interop.VsDebugTargetInfo vsDebugTargetInfo, Microsoft.VisualStudio.Workspace.Debug.DebugLaunchActionContext debugLaunchContext);
abstract member SetupDebugTargetInfo : VsDebugTargetInfo * Microsoft.VisualStudio.Workspace.Debug.DebugLaunchActionContext -> unit
Public Sub SetupDebugTargetInfo (ByRef vsDebugTargetInfo As VsDebugTargetInfo, debugLaunchContext As DebugLaunchActionContext)

Parameters

vsDebugTargetInfo
VsDebugTargetInfo

The VS specific target info struct

debugLaunchContext
DebugLaunchActionContext

Debug launch being passed

Applies to