Anteckning
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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: StringA file type.
Return Value
Type: 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.