VCProject.ContainsFileWithItemType(String) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
指示是否存在一个其类型与指定类型匹配的文件。
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
一个文件类型。
返回
true 如果存在其类型与参数匹配的文件 ItemType ,则为; 否则为 false 。
- 属性