VCProject.GetFilesWithItemType(String) Method

Definition

Retrieves a collection of file names whose whose type matches a specified type.

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

Parameters

ItemType
String

A file type.

Returns

An IVCCollection that contains the files whose type matches the ItemType parameter.

Attributes

Applies to