ILaunchDebugTargetProvider5 Interface
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.
Interface ILaunchDebugTargetProvider5.
public interface ILaunchDebugTargetProvider5 : Microsoft.VisualStudio.Workspace.Debug.ILaunchDebugTargetProvider4
type ILaunchDebugTargetProvider5 = interface
interface ILaunchDebugTargetProvider4
interface ILaunchDebugTargetProvider3
interface ILaunchDebugTargetProvider2
interface ILaunchDebugTargetProvider
Public Interface ILaunchDebugTargetProvider5
Implements ILaunchDebugTargetProvider4
- Implements
Methods
| Name | Description |
|---|---|
| LaunchDebugTarget(IWorkspace, IServiceProvider, DebugLaunchActionContext) |
Launch a Debug Context (Inherited from ILaunchDebugTargetProvider) |
| LaunchDebugTargetAsync(IWorkspace, IServiceProvider, DebugLaunchActionContext, CancellationToken) |
Launch a Debug Context asynchoronously |
| SupportsContext(IWorkspace, ProjectConfiguration, String) |
Indicates whether this provider supports a given pair of ProjectConfiguration and file path. This can be used in scenarios where, for example, a particular launch configuration might be used for a given project output. (Inherited from ILaunchDebugTargetProvider4) |
| SupportsContext(IWorkspace, String) |
If this context is supported for this Provider. (Inherited from ILaunchDebugTargetProvider) |
| SupportsProjectConfiguration(IWorkspace, ProjectConfiguration) |
If the project configuration is supported by this provider. (Inherited from ILaunchDebugTargetProvider2) |
| SupportsTargetPath(IWorkspace, String) |
If this target is supported for this Provider (Inherited from ILaunchDebugTargetProvider3) |