共用方式為


VCProject.Items 屬性

取得專案中檔案和最上層資料夾的集合或資料夾中檔案和資料夾的集合。

命名空間:  Microsoft.VisualStudio.VCProjectEngine
組件:  Microsoft.VisualStudio.VCProjectEngine (在 Microsoft.VisualStudio.VCProjectEngine.dll 中)

語法

'宣告
ReadOnly Property Items As Object
Object Items { get; }
property Object^ Items {
    Object^ get ();
}
abstract Items : Object with get
function get Items () : Object

屬性值

類型:Object
專案中檔案和最上層資料夾的集合。

.NET Framework 安全性

請參閱

參考

VCProject 介面

Microsoft.VisualStudio.VCProjectEngine 命名空間