ILaunchDebugTargetProvider3.SupportsTargetPath(IWorkspace, String) 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.
If this target is supported for this Provider
public:
bool SupportsTargetPath(Microsoft::VisualStudio::Workspace::IWorkspace ^ workspace, System::String ^ targetFilePath);
public bool SupportsTargetPath (Microsoft.VisualStudio.Workspace.IWorkspace workspace, string targetFilePath);
abstract member SupportsTargetPath : Microsoft.VisualStudio.Workspace.IWorkspace * string -> bool
Public Function SupportsTargetPath (workspace As IWorkspace, targetFilePath As String) As Boolean
Parameters
- workspace
- IWorkspace
Workspace context
- targetFilePath
- String
A file workspace
Returns
true if this provider is able to handle this target