ILaunchConfigurationProvider.IsDebugLaunchActionSupported 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
如果此启动配置提供程序支持项目文件
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
调试启动操作上下文
返回
如果此提供程序支持此上下文,则为 true