Sdílet prostřednictvím


ILaunchDebugService.GetLaunchDebugTargetProviders Method

Definition

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);
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

Applies to