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