This topic has not yet been rated - Rate this topic

VCProject.GetFilesEndingWith Method

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: String

A string.

Return Value

Type: Object
An IVCCollection that contains the files that end with the string specified by the EndingWith parameter.

The comparison ignores culture and case.

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.