VCProject.GetFilesEndingWith(String) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
检索一个文件名集合,这些文件名的尾随字符与指定字符串匹配。
public:
System::Object ^ GetFilesEndingWith(System::String ^ EndingWith);
public:
Platform::Object ^ GetFilesEndingWith(Platform::String ^ EndingWith);
winrt::Windows::Foundation::IInspectable GetFilesEndingWith(std::wstring const & EndingWith);
[System.Runtime.InteropServices.DispId(920)]
public object GetFilesEndingWith (string EndingWith);
[<System.Runtime.InteropServices.DispId(920)>]
abstract member GetFilesEndingWith : string -> obj
Public Function GetFilesEndingWith (EndingWith As String) As Object
参数
- EndingWith
- String
一个字符串。
返回
一个 IVCCollection ,该字符串包含以参数指定的字符串结尾的文件 EndingWith 。
- 属性
注解
比较将忽略区域性和大小写。