IVsDebugLaunchTargetFilter 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.
IVsDebugLaunchTargetFilter interface This provider is intended to allow IVsDebugLaunchTargetProvider instances with the ability to indicate at runtime which files they support, by evaluation of the combination of ProjectConfiguration and target file path.
public interface IVsDebugLaunchTargetFilter
type IVsDebugLaunchTargetFilter = interface
Public Interface IVsDebugLaunchTargetFilter
Methods
SupportDebugTargetPath(IWorkspace, ProjectConfiguration, String) |
Returns true if the provider supports debugging the target in the given context. |