ContextAttributes.Type 属性

获取一个指示对象类型的常数。

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

语法

声明
ReadOnly Property Type As vsContextAttributes
vsContextAttributes Type { get; }
property vsContextAttributes Type {
    vsContextAttributes get ();
}
abstract Type : vsContextAttributes
function get Type () : vsContextAttributes

属性值

类型:EnvDTE.vsContextAttributes
一个 vsContextAttributes 常数,指定上下文特性。

.NET Framework 安全性

请参见

参考

ContextAttributes 接口

EnvDTE 命名空间

其他资源

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