VCProject.GetFilesWithItemType(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.
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