Partager via


IWizard.ShouldAddProjectItem(String) Méthode

Définition

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.

S’applique à