UIContextGuids80.SolutionExistsAndNotBuildingAndNotDebugging 字段
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
指定加载解决方案且不生成或调试解决方案的上下文。
public: System::String ^ SolutionExistsAndNotBuildingAndNotDebugging;
std::wstring SolutionExistsAndNotBuildingAndNotDebugging;
public const string SolutionExistsAndNotBuildingAndNotDebugging;
val mutable SolutionExistsAndNotBuildingAndNotDebugging : string
Public Const SolutionExistsAndNotBuildingAndNotDebugging As String
字段值
注解
加载解决方案时,此上下文始终处于活动状态,解决方案不会进行调试,也不会生成。 此上下文实际上是和上下文的组合 SolutionExists NotBuildingAndNotDebugging 。
此上下文的 GUID 为: {D0E4DEEC-1B53-4cda-8559-D454583AD23B}。 它在 vsshlids 和 vsshell80 中定义。