检索尾随字符与指定字符串相匹配的文件名的集合。
命名空间: 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 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关详细信息,请参阅通过部分受信任的代码使用库。