VCProject.ContainsFileWithItemType(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Indicates whether there is a file whose type matches a specified type.
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
Parameters
- ItemType
- String
A file type.
Returns
true
if there is a file whose type matches the ItemType
parameter; otherwise, false
.
- Attributes