Partager via


VCProject.ContainsFileWithItemType, méthode

Indique s'il existe un fichier 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 ContainsFileWithItemType ( _
    ItemType As String _
) As Boolean
bool ContainsFileWithItemType(
    string ItemType
)
bool ContainsFileWithItemType(
    [InAttribute] String^ ItemType
)
abstract ContainsFileWithItemType : 
        ItemType:string -> bool
function ContainsFileWithItemType(
    ItemType : String
) : boolean

Paramètres

  • ItemType
    Type : String

    Type de fichier.

Valeur de retour

Type : Boolean
true si un fichier dont le type correspond au paramètre d'ItemType ; sinon, false.

Sécurité .NET Framework

Voir aussi

Référence

VCProject Interface

Microsoft.VisualStudio.VCProjectEngine, espace de noms