VCProject.Items 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取项目中文件和顶级文件夹的集合,或者获取某个文件夹中文件和文件夹的集合。
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
属性值
项目中文件和顶级文件夹的集合。
- 属性