ILaunchConfigurationProvider.IsDebugLaunchActionSupported 方法

定义

如果此启动配置提供程序支持项目文件

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

参数

debugLaunchActionContext
DebugLaunchActionContext

调试启动操作上下文

返回

Boolean

如果此提供程序支持此上下文,则为 true

适用于