VCProject.GetFilesEndingWith 方法

检索文件名的集合尾随字符与指定字符串匹配。

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

语法

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

参数

返回值

类型:System.Object
IVCCollection 包含文件。的字符串末尾。 EndingWith 参数指定了。

备注

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

.NET Framework 安全性

请参见

参考

VCProject 接口

Microsoft.VisualStudio.VCProjectEngine 命名空间