Share via


IVsDebugLaunchTargetProvider3 Interface

Definition

IVsDebugLaunchTargetProvider3 interface This provider is intended to handle situations where file extension isn't enough to determine whether or not a provider supports debugging a given target.

public interface class IVsDebugLaunchTargetProvider3
public interface IVsDebugLaunchTargetProvider3
type IVsDebugLaunchTargetProvider3 = interface
Public Interface IVsDebugLaunchTargetProvider3

Methods

SupportDebugTargetPath(IWorkspace, String)

Returns true if the provider supports debugging the target in the given context.

Applies to