VCProject::ContainsFileWithItemType Method (String^)

 

Indicates whether there is a file whose type matches a specified type.

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

bool ContainsFileWithItemType(
	String^ ItemType
)

Parameters

ItemType
Type: System::String^

A file type.

Return Value

Type: System::Boolean

true if there is a file whose type matches the ItemType parameter; otherwise, false.

Return to top
Show: