ILaunchDebugTargetProvider.LaunchDebugTarget 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.
Launch a Debug Context
public:
void LaunchDebugTarget(Microsoft::VisualStudio::Workspace::IWorkspace ^ workspaceContext, IServiceProvider ^ serviceProvider, Microsoft::VisualStudio::Workspace::Debug::DebugLaunchActionContext ^ debugLaunchActionContext);
public void LaunchDebugTarget (Microsoft.VisualStudio.Workspace.IWorkspace workspaceContext, IServiceProvider serviceProvider, Microsoft.VisualStudio.Workspace.Debug.DebugLaunchActionContext debugLaunchActionContext);
abstract member LaunchDebugTarget : Microsoft.VisualStudio.Workspace.IWorkspace * IServiceProvider * Microsoft.VisualStudio.Workspace.Debug.DebugLaunchActionContext -> unit
Public Sub LaunchDebugTarget (workspaceContext As IWorkspace, serviceProvider As IServiceProvider, debugLaunchActionContext As DebugLaunchActionContext)
Parameters
- workspaceContext
- IWorkspace
Workspace context
- serviceProvider
- IServiceProvider
The service provider context
- debugLaunchActionContext
- DebugLaunchActionContext
The Debug context to launch