ILaunchDebugService.GetLaunchDebugTargetProviders 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.
Return a debug target provider for a file path
public:
bool GetLaunchDebugTargetProviders(System::String ^ filePath, [Runtime::InteropServices::Out] Microsoft::VisualStudio::Workspace::Debug::ILaunchDebugTargetProvider ^ % provider);
public bool GetLaunchDebugTargetProviders (string filePath, out Microsoft.VisualStudio.Workspace.Debug.ILaunchDebugTargetProvider provider);
public bool GetLaunchDebugTargetProviders (string filePath, out Microsoft.VisualStudio.Workspace.Debug.ILaunchDebugTargetProvider? provider);
abstract member GetLaunchDebugTargetProviders : string * ILaunchDebugTargetProvider -> bool
Public Function GetLaunchDebugTargetProviders (filePath As String, ByRef provider As ILaunchDebugTargetProvider) As Boolean
Parameters
- filePath
- String
The file path of that target
- provider
- ILaunchDebugTargetProvider
A provider that is capable to launch the target being passed
Returns
true if the target provider is being found