VCProject.Items 属性

定义

获取项目中文件和顶级文件夹的集合,或者获取某个文件夹中文件和文件夹的集合。

public:
 property System::Object ^ Items { System::Object ^ get(); };
public:
 property Platform::Object ^ Items { Platform::Object ^ get(); };
[System.Runtime.InteropServices.DispId(825)]
public object Items { [System.Runtime.InteropServices.DispId(825)] [System.Runtime.InteropServices.TypeLibFunc(System.Runtime.InteropServices.TypeLibFuncFlags.FNonBrowsable)] get; }
[<System.Runtime.InteropServices.DispId(825)>]
[<get: System.Runtime.InteropServices.DispId(825)>]
[<get: System.Runtime.InteropServices.TypeLibFunc(System.Runtime.InteropServices.TypeLibFuncFlags.FNonBrowsable)>]
member this.Items : obj
Public ReadOnly Property Items As Object

属性值

Object

项目中文件和顶级文件夹的集合。

属性

适用于