VCProject::GetFilesWithItemType Method (String^)

 

Retrieves a collection of file names whose whose type matches a specified type.

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

Object^ GetFilesWithItemType(
	String^ ItemType
)

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.

Return to top
Show: