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)
Syntax
'Declaration
Function GetFilesEndingWith ( _
EndingWith As String _
) As Object
Object GetFilesEndingWith(
string EndingWith
)
Object^ GetFilesEndingWith(
[InAttribute] String^ EndingWith
)
abstract GetFilesEndingWith :
EndingWith:string -> Object
function GetFilesEndingWith(
EndingWith : String
) : Object
Parameters
EndingWith
Type: System.StringA string.
Return Value
Type: System.Object
An IVCCollection that contains the files that end with the string specified by the EndingWith parameter.
Remarks
The comparison ignores culture and case.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.