Share via


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

'Deklarace
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

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

See Also

Reference

VCProject Interface

Microsoft.VisualStudio.VCProjectEngine Namespace