ILaunchConfigurationProvider.IsDebugLaunchActionSupported 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 a project file is being supported by this launch configuration provider
public:
bool IsDebugLaunchActionSupported(Microsoft::VisualStudio::Workspace::Debug::DebugLaunchActionContext ^ debugLaunchActionContext);
bool IsDebugLaunchActionSupported(Microsoft::VisualStudio::Workspace::Debug::DebugLaunchActionContext const & debugLaunchActionContext);
public bool IsDebugLaunchActionSupported (Microsoft.VisualStudio.Workspace.Debug.DebugLaunchActionContext debugLaunchActionContext);
abstract member IsDebugLaunchActionSupported : Microsoft.VisualStudio.Workspace.Debug.DebugLaunchActionContext -> bool
Public Function IsDebugLaunchActionSupported (debugLaunchActionContext As DebugLaunchActionContext) As Boolean
Parameters
- debugLaunchActionContext
- DebugLaunchActionContext
Debug Launch Action context
Returns
true if this context is being supported for this provider