ILaunchDebugService3 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.
Define debug services to be available through IServiceProvider
public interface class ILaunchDebugService3 : Microsoft::VisualStudio::Workspace::Debug::ILaunchDebugService2
public interface ILaunchDebugService3 : Microsoft.VisualStudio.Workspace.Debug.ILaunchDebugService2
type ILaunchDebugService3 = interface
interface ILaunchDebugService2
interface ILaunchDebugService
Public Interface ILaunchDebugService3
Implements ILaunchDebugService2
- Implements
Methods
GetLaunchDebugTargetProviderByTargetPath(String, ILaunchDebugTargetProvider) |
Return a debug target provider for a file path |
GetLaunchDebugTargetProviderByTemplate(ProjectConfiguration, ILaunchDebugTargetProvider) |
Return a debug target provider for a |
GetLaunchDebugTargetProviders(String, ILaunchDebugTargetProvider) |
Return a debug target provider for a file path (Inherited from ILaunchDebugService) |