Partager via


VCProject.GetFilesEndingWith, méthode

Récupère une collection de noms de fichiers dont les caractères de fin correspondent à une chaîne spécifiée.

Espace de noms :  Microsoft.VisualStudio.VCProjectEngine
Assembly :  Microsoft.VisualStudio.VCProjectEngine (dans Microsoft.VisualStudio.VCProjectEngine.dll)

Syntaxe

'Déclaration
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

Paramètres

  • EndingWith
    Type : String

    une chaîne ;

Valeur de retour

Type : Object
IVCCollection qui contient les fichiers se terminant par la chaîne spécifiée par le paramètre EndingWith.

Notes

La comparaison ignore la culture et le cas.

Sécurité .NET Framework

Voir aussi

Référence

VCProject Interface

Microsoft.VisualStudio.VCProjectEngine, espace de noms