ProvideOptionPageAttribute.SupportsAutomation 属性

获取 工具选项 页面实现是否支持自动化。

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

语法

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

属性值

类型:System.Boolean
true ,如果 工具选项 页支持 Visual Studio 自动化模型,通过 EnvDTE 结构进行访问。

.NET Framework 安全性

请参见

参考

ProvideOptionPageAttribute 类

Microsoft.VisualStudio.Shell 命名空间

ProvideOptionPageAttribute

其他资源

选项卡页

用户设置和选项

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

注册自定义选项卡页