ILaunchDebugTargetProvider2 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.
IDebugLaunchActionContext interface
public interface class ILaunchDebugTargetProvider2 : Microsoft::VisualStudio::Workspace::Debug::ILaunchDebugTargetProvider
public interface ILaunchDebugTargetProvider2 : Microsoft.VisualStudio.Workspace.Debug.ILaunchDebugTargetProvider
type ILaunchDebugTargetProvider2 = interface
interface ILaunchDebugTargetProvider
Public Interface ILaunchDebugTargetProvider2
Implements ILaunchDebugTargetProvider
- Derived
- 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. |