VCProject::GetFilesWithItemType Method (String^)
Visual Studio 2015
Retrieves a collection of file names whose whose type matches a specified type.
Assembly: Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)
Parameters
- ItemType
-
Type:
System::String^
A file type.
Return Value
Type: System::Object^An IVCCollection that contains the files whose type matches the ItemType parameter.
Show: