IWizard.ShouldAddProjectItem(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Called to query if a project item should be added to a project.
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
Parameters
- filePath
- String
The path to the item to add.
Returns
True if the item should be added to the project, false otherwise.