VCProject::ContainsFileEndingWith Method (String^)
Visual Studio 2015
Indicates whether there is a file name that ends with a specified string.
Assembly: Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)
Parameters
- EndingWith
-
Type:
System::String^
A string.
Return Value
Type: System::Booleantrue if there is a file name that contains the string specified in the EndingWith parameter; otherwise, false.
The comparison ignores culture and case.
Show: