VCProject::ContainsFileEndingWith Method (String^)

 

Indicates whether there is a file name that ends with a specified string.

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

bool ContainsFileEndingWith(
	String^ EndingWith
)

Parameters

EndingWith
Type: System::String^

A string.

Return Value

Type: System::Boolean

true if there is a file name that contains the string specified in the EndingWith parameter; otherwise, false.

The comparison ignores culture and case.

Return to top
Show: