VCProject.ContainsFileWithItemType(String) 方法

定义

指示是否存在一个其类型与指定类型匹配的文件。

public:
 bool ContainsFileWithItemType(System::String ^ ItemType);
public:
 bool ContainsFileWithItemType(Platform::String ^ ItemType);
bool ContainsFileWithItemType(std::wstring const & ItemType);
[System.Runtime.InteropServices.DispId(919)]
public bool ContainsFileWithItemType (string ItemType);
[<System.Runtime.InteropServices.DispId(919)>]
abstract member ContainsFileWithItemType : string -> bool
Public Function ContainsFileWithItemType (ItemType As String) As Boolean

参数

ItemType
String

一个文件类型。

返回

Boolean

true 如果存在其类型与参数匹配的文件 ItemType ,则为; 否则为 false

属性

适用于