ProvideOptionPageAttribute.SupportsProfiles 属性

获取或设置 工具选项 页面实现是否使用 Visual Studio 设置机制保存其状态。

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

语法

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

属性值

类型:System.Boolean
true ,如果 工具选项 页面实现支持使用 Visual Studio 设置保持其状态。

.NET Framework 安全性

请参见

参考

ProvideOptionPageAttribute 类

Microsoft.VisualStudio.Shell 命名空间

ProvideOptionPageAttribute

其他资源

选项卡页

用户设置和选项

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

注册自定义选项卡页