Partager via


VCProject.GetFilesWithItemType, méthode

Récupère une collection de noms de fichiers dont le type correspond à un type spécifié.

Espace de noms :  Microsoft.VisualStudio.VCProjectEngine
Assembly :  Microsoft.VisualStudio.VCProjectEngine (dans Microsoft.VisualStudio.VCProjectEngine.dll)

Syntaxe

'Déclaration
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

Paramètres

  • ItemType
    Type : String

    Type de fichier.

Valeur de retour

Type : Object
IVCCollection qui contient les fichiers dont le type correspond au paramètre d'ItemType.

Sécurité .NET Framework

Voir aussi

Référence

VCProject Interface

Microsoft.VisualStudio.VCProjectEngine, espace de noms