Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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.String
A 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.