ILaunchDebugService4 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.
Provides ability to gather ILaunchDebugTargetProvider instances by the combination of both file path and ProjectConfiguration.
public interface ILaunchDebugService4 : Microsoft.VisualStudio.Workspace.Debug.ILaunchDebugService3
type ILaunchDebugService4 = interface
interface ILaunchDebugService3
interface ILaunchDebugService2
interface ILaunchDebugService
Public Interface ILaunchDebugService4
Implements ILaunchDebugService3
- Implements
Methods
GetLaunchDebugTargetProviderByTargetPath(String, ILaunchDebugTargetProvider) |
Return a debug target provider for a file path (Inherited from ILaunchDebugService3) |
GetLaunchDebugTargetProviderByTemplate(ProjectConfiguration, ILaunchDebugTargetProvider) |
Return a debug target provider for a |
GetLaunchDebugTargetProviders(ProjectConfiguration, String, ILaunchDebugTargetProvider) |
Return a debug target provider for 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. |
GetLaunchDebugTargetProviders(String, ILaunchDebugTargetProvider) |
Return a debug target provider for a file path (Inherited from ILaunchDebugService) |