VCProject.ContainsFileEndingWith, méthode
Indique s'il existe un nom de fichier qui se termine par 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 ContainsFileEndingWith ( _
EndingWith As String _
) As Boolean
bool ContainsFileEndingWith(
string EndingWith
)
bool ContainsFileEndingWith(
[InAttribute] String^ EndingWith
)
abstract ContainsFileEndingWith :
EndingWith:string -> bool
function ContainsFileEndingWith(
EndingWith : String
) : boolean
Paramètres
EndingWith
Type : Stringune chaîne ;
Valeur de retour
Type : Boolean
true si un nom de fichier contient la chaîne spécifiée dans le paramètre EndingWith ; sinon, false.
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.