Share via


CodeType.Attributes 属性

获取父对象的所有特性的集合。

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

语法

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

属性值

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

.NET Framework 安全性

请参阅

参考

CodeType 接口

EnvDTE 命名空间

其他资源

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