Share via


DTEClass.ContextAttributes 属性

此 API 支持 .NET Framework 基础结构,不适合在代码中直接使用。

有关此属性的更多信息,请参考 ContextAttributes

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

语法

声明
Public Overridable ReadOnly Property ContextAttributes As ContextAttributes
public virtual ContextAttributes ContextAttributes { get; }
public:
virtual property ContextAttributes^ ContextAttributes {
    ContextAttributes^ get ();
}
abstract ContextAttributes : ContextAttributes with get 
override ContextAttributes : ContextAttributes with get
function get ContextAttributes () : ContextAttributes

属性值

类型:EnvDTE.ContextAttributes
上下文特性。

实现

_DTE.ContextAttributes

.NET Framework 安全性

请参阅

参考

DTEClass 类

EnvDTE 命名空间