ProjectItem::FileCount Property
Visual Studio 2015
Gets the number of files associated with a ProjectItem.
Assembly: EnvDTE (in EnvDTE.dll)
Property Value
Type: System::Int16A short integer indicating the number of files associated with a ProjectItem.
Most project items consist of only one file, but some can have more than one, as with forms in Visual Basic that are saved as both .frm (text) and .frx (binary) files.
Show: