ProjectItem.Properties 属性

更新:2007 年 11 月

获取一个属于该对象的所有属性的集合。

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

语法

声明
ReadOnly Property Properties As Properties
用法
Dim instance As ProjectItem
Dim value As Properties

value = instance.Properties
Properties Properties { get; }
property Properties^ Properties {
    Properties^ get ();
}
function get Properties () : Properties

属性值

类型:EnvDTE.Properties

一个 Properties 集合。

权限

另请参见

参考

ProjectItem 接口

ProjectItem 成员

EnvDTE 命名空间

其他资源

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