Delen via


IVsDebugLaunchTargetFilter Interface

Definition

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.

Applies to