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

Property Value

For the VCFile object, Items returns the files associated with the selected file.

Attributes

Applies to