ILaunchDebugTargetProvider3 Interface

Definition

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

Applies to