ILaunchDebugTargetProvider3.SupportsTargetPath(IWorkspace, String) Method

Definition

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

Applies to