ILaunchDebugService3 Interface

Definition

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
Derived
Implements

Methods

GetLaunchDebugTargetProviderByTargetPath(String, ILaunchDebugTargetProvider)

Return a debug target provider for a file path

GetLaunchDebugTargetProviderByTemplate(ProjectConfiguration, ILaunchDebugTargetProvider)

Return a debug target provider for a projectConfiguration

(Inherited from ILaunchDebugService2)
GetLaunchDebugTargetProviders(String, ILaunchDebugTargetProvider)

Return a debug target provider for a file path

(Inherited from ILaunchDebugService)

Applies to