Share via


_DTE.ContextAttributes 属性

获取 ContextAttributes 集合,该集合允许自动化客户端将新特性添加到“动态帮助”窗口中的当前所选项,并为其他特性提供上下文帮助。

命名空间:  EnvDTE
程序集:  EnvDTE(在 EnvDTE.dll 中)

语法

声明
ReadOnly Property ContextAttributes As ContextAttributes
ContextAttributes ContextAttributes { get; }
property ContextAttributes^ ContextAttributes {
    ContextAttributes^ get ();
}
abstract ContextAttributes : ContextAttributes with get
function get ContextAttributes () : ContextAttributes

属性值

类型:EnvDTE.ContextAttributes
一个 ContextAttributes 集合。

.NET Framework 安全性

请参阅

参考

_DTE 接口

EnvDTE 命名空间

其他资源

如何:编译和运行自动化对象模型代码示例