ProvideOptionPageAttribute.NoShowAllView 属性

获取或设置合成 工具选项 页是否显示。

命名空间:  Microsoft.VisualStudio.Shell
程序集:  Microsoft.VisualStudio.Shell.11.0(在 Microsoft.VisualStudio.Shell.11.0.dll 中)

语法

声明
Public Property NoShowAllView As Boolean
public bool NoShowAllView { get; set; }

属性值

类型:System.Boolean
true ,如果 工具选项 页将显示在 工具选项 页的默认 (复杂) 视图。

备注

某些编程环境 (例如, Visual Basic 中,具有复合特定 工具选项 的页 工具选项的专用的简化视图的常见设置。

通常,是多余的聚合了 工具选项 页出现在默认 (复杂) 视图。

设置为 true 的此属性可防止此类页面出现在默认 工具选项 页视图。

有关更多信息,请参见“选项”对话框 (Visual Studio)

.NET Framework 安全性

请参见

参考

ProvideOptionPageAttribute 类

Microsoft.VisualStudio.Shell 命名空间

ProvideOptionPageAttribute

其他资源

选项卡页

用户设置和选项

创建使用托管包框架类的选项卡页

注册自定义选项卡页

“选项”对话框 (Visual Studio)