IVsDebugLaunchTargetProvider3.SupportDebugTargetPath Method
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.
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