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 命名空間

其他資源

HOW TO:編譯和執行 Automation 物件模型程式碼範例