Delen via


ILaunchDebugService4 Interface

Definition

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 projectConfiguration

(Inherited from ILaunchDebugService2)
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)

Applies to