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