ILaunchDebugTargetProvider4 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.
ILaunchDebugTargetProvider4 interface.
public interface ILaunchDebugTargetProvider4 : Microsoft.VisualStudio.Workspace.Debug.ILaunchDebugTargetProvider3
type ILaunchDebugTargetProvider4 = interface
interface ILaunchDebugTargetProvider3
interface ILaunchDebugTargetProvider2
interface ILaunchDebugTargetProvider
Public Interface ILaunchDebugTargetProvider4
Implements ILaunchDebugTargetProvider3
- Derived
- Implements
Methods
LaunchDebugTarget(IWorkspace, IServiceProvider, DebugLaunchActionContext) |
Launch a Debug Context (Inherited from ILaunchDebugTargetProvider) |
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. |
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) |