IWizard.ShouldAddProjectItem(String) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Appelé pour interroger si un élément de projet doit être ajouté à un projet.
public:
bool ShouldAddProjectItem(System::String ^ filePath);
public:
bool ShouldAddProjectItem(Platform::String ^ filePath);
bool ShouldAddProjectItem(std::wstring const & filePath);
public bool ShouldAddProjectItem (string filePath);
abstract member ShouldAddProjectItem : string -> bool
Public Function ShouldAddProjectItem (filePath As String) As Boolean
Paramètres
- filePath
- String
Chemin d’accès à l’élément à ajouter.
Retours
True si l’élément doit être ajouté au projet, false dans le cas contraire.