Partager via


IWizard.ShouldAddProjectItem, méthode

Indique si l'élément de projet spécifié doit être ajouté au projet.

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

Syntaxe

'Déclaration
Function ShouldAddProjectItem ( _
    filePath As String _
) As Boolean
bool ShouldAddProjectItem(
    string filePath
)
bool ShouldAddProjectItem(
    String^ filePath
)
abstract ShouldAddProjectItem : 
        filePath:string -> bool 
function ShouldAddProjectItem(
    filePath : String
) : boolean

Paramètres

  • filePath
    Type : System.String
    Chemin d'accès à l'élément de projet.

Valeur de retour

Type : System.Boolean
true si l'élément de projet doit être ajouté au projet ; sinon, false.

Sécurité .NET Framework

Voir aussi

Référence

IWizard Interface

Microsoft.VisualStudio.TemplateWizard, espace de noms