VCProject.ContainsFileEndingWith 方法

指示是否存在该文件名与指定字符串的末尾。

命名空间:  Microsoft.VisualStudio.VCProjectEngine
程序集:  Microsoft.VisualStudio.VCProjectEngine(在 Microsoft.VisualStudio.VCProjectEngine.dll 中)

语法

声明
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

参数

返回值

类型:System.Boolean
true ,如果中包含 EndingWith 参数指定的字符串的文件名;否则, false。

备注

该比较忽略区域性和大小写。

.NET Framework 安全性

请参见

参考

VCProject 接口

Microsoft.VisualStudio.VCProjectEngine 命名空间