VCProject.GetFilesWithItemType Method

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

Namespace:  Microsoft.VisualStudio.VCProjectEngine
Assembly:  Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)

Syntax

'Declaration
Function GetFilesWithItemType ( _
    ItemType As String _
) As Object
Object GetFilesWithItemType(
    string ItemType
)
Object^ GetFilesWithItemType(
    [InAttribute] String^ ItemType
)
abstract GetFilesWithItemType : 
        ItemType:string -> Object
function GetFilesWithItemType(
    ItemType : String
) : Object

Parameters

Return Value

Type: System.Object
An IVCCollection that contains the files whose type matches the ItemType parameter.

.NET Framework Security

See Also

Reference

VCProject Interface

Microsoft.VisualStudio.VCProjectEngine Namespace