VCProject::GetFilesEndingWith Method (String^)

 

Retrieves a collection of file names whose trailing characters match a specified string.

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

Object^ GetFilesEndingWith(
	String^ EndingWith
)

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.

Return to top
Show: