IVsDebugLaunchTargetProvider.SetupDebugTargetInfo 方法

定义

允许在 VsDebugTargetInfo 结构上进行自定义

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)

参数

vsDebugTargetInfo
VsDebugTargetInfo

VS 特定目标信息结构

debugLaunchContext
DebugLaunchActionContext

正在传递调试启动

适用于