VCProject.GetFilesEndingWith, méthode

Extrait une collection de noms de fichier dont les personnages 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

Valeur de retour

Type : System.Object
IVCCollection qui contient les fichiers qui se terminent avec la chaîne a spécifié par le paramètre d'EndingWith.

Notes

La comparaison ignore la culture et la casse.

Sécurité .NET Framework

Voir aussi

Référence

VCProject Interface

Microsoft.VisualStudio.VCProjectEngine, espace de noms