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
ItemType
Type: System.StringA file type.
Return Value
Type: System.Object
An IVCCollection that contains the files whose type matches the ItemType parameter.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.