UIContextGuids80.NoSolution 字段
指定解决方案不加载的上下文。
命名空间: Microsoft.VisualStudio.Shell.Interop
程序集: Microsoft.VisualStudio.Shell.Interop.8.0(在 Microsoft.VisualStudio.Shell.Interop.8.0.dll 中)
语法
声明
Public Const NoSolution As String
public const string NoSolution
备注
此上下文变为活动,如果解决方案关闭时通过选择 关闭解决方案 从 文件 菜单或通过以启动的 Visual Studio 在 选项 对话框”选择 “显示空环境的选项。
此上下文是 SolutionExists 上下文的相反值。
此上下文的 GUID 为: {ADFC4E64-0397-11D1-9F4E-00A0C911004F}。 它在 vsshlids.h 和 vsshell.h 定义。
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关更多信息,请参见通过部分受信任的代码使用库。