ProjectItem::FileCount Property

 

Gets the number of files associated with a ProjectItem.

Namespace:   EnvDTE
Assembly:  EnvDTE (in EnvDTE.dll)

property short FileCount {
	short get();
}

Property Value

Type: System::Int16

A 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.

No code example is currently available or this language may not be supported.
Return to top
Show: