IVsDebugLaunchTargetProvider3.SupportDebugTargetPath Method

Definition

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

public:
 bool SupportDebugTargetPath(Microsoft::VisualStudio::Workspace::IWorkspace ^ workspace, System::String ^ targetFilePath);
public bool SupportDebugTargetPath (Microsoft.VisualStudio.Workspace.IWorkspace workspace, string targetFilePath);
abstract member SupportDebugTargetPath : Microsoft.VisualStudio.Workspace.IWorkspace * string -> bool
Public Function SupportDebugTargetPath (workspace As IWorkspace, targetFilePath As String) As Boolean

Parameters

workspace
IWorkspace

Current workspace.

targetFilePath
String

Full path to the target.

Returns

true if the provider supports debugging the target in the given context, false otherwise

Applies to