UIContextGuids80.SolutionExistsAndNotBuildingAndNotDebugging 字段
指定解决方案加载的上下文和未编译也不进行调试。
命名空间: Microsoft.VisualStudio.Shell.Interop
程序集: Microsoft.VisualStudio.Shell.Interop.8.0(在 Microsoft.VisualStudio.Shell.Interop.8.0.dll 中)
语法
声明
Public Const SolutionExistsAndNotBuildingAndNotDebugging As String
public const string SolutionExistsAndNotBuildingAndNotDebugging
备注
此上下文始终处于活动状态,当加载解决方案时,该解决方案不调试和不生成。 此上下文是有效的 SolutionExists 和 NotBuildingAndNotDebugging 上下文的组合。
此上下文的 GUID 为:D0E4DEEC-1B53-4cda-8559-D454583AD23B {}。 它在 vsshlids.h 和 vsshell80.h. 定义。
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关更多信息,请参见通过部分受信任的代码使用库。