VCProject.GetFilesWithItemType(String) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
检索一个文件名集合,这些文件名的类型与指定类型匹配。
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
一个文件类型。
返回
一个 IVCCollection ,它包含其类型与参数匹配的文件 ItemType 。
- 属性