VCProject.ContainsFileWithItemType(String) Method

Definition

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

Applies to