VCFile::Items Property

 

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

Namespace:   Microsoft.VisualStudio.VCProjectEngine
Assembly:  Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)

property Object^ Items {
	Object^ get();
}

Property Value

Type: System::Object^

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

Return to top
Show: