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

参数

  • EndingWith
    类型:String

    一个字符串。

返回值

类型:Object
IVCCollection 包含以 EndingWith 参数指定的字符串结尾的文件。

备注

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

.NET Framework 安全性

请参阅

参考

VCProject 接口

Microsoft.VisualStudio.VCProjectEngine 命名空间