VCProject::GetFilesEndingWith Method (String^)
Visual Studio 2015
Retrieves a collection of file names whose trailing characters match a specified string.
Assembly: Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)
Parameters
- EndingWith
-
Type:
System::String^
A string.
Return Value
Type: System::Object^An IVCCollection that contains the files that end with the string specified by the EndingWith parameter.
The comparison ignores culture and case.
Show: