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 : Stringune 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
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, voir Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.