VCProject.GetFilesWithItemType(String) 方法

定义

检索一个文件名集合,这些文件名的类型与指定类型匹配。

public:
 System::Object ^ GetFilesWithItemType(System::String ^ ItemType);
public:
 Platform::Object ^ GetFilesWithItemType(Platform::String ^ ItemType);
winrt::Windows::Foundation::IInspectable GetFilesWithItemType(std::wstring const & ItemType);
[System.Runtime.InteropServices.DispId(921)]
public object GetFilesWithItemType (string ItemType);
[<System.Runtime.InteropServices.DispId(921)>]
abstract member GetFilesWithItemType : string -> obj
Public Function GetFilesWithItemType (ItemType As String) As Object

参数

ItemType
String

一个文件类型。

返回

Object

一个 IVCCollection ,它包含其类型与参数匹配的文件 ItemType

属性

适用于