VCProject.Items Property

Definition

Gets the collection of files and top-level folders in a project or the collection of files and folders in a folder.

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] get; }
[<System.Runtime.InteropServices.DispId(825)>]
[<get: System.Runtime.InteropServices.DispId(825)>]
[<get: System.Runtime.InteropServices.TypeLibFunc>]
member this.Items : obj
Public ReadOnly Property Items As Object

Property Value

The collection of files and top-level folders in a project.

Attributes

Applies to