IWizard::ShouldAddProjectItem Method (String^)
Visual Studio 2015
Indicates whether the specified project item should be added to the project.
Assembly: Microsoft.VisualStudio.TemplateWizardInterface (in Microsoft.VisualStudio.TemplateWizardInterface.dll)
Parameters
- filePath
-
Type:
System::String^
The path to the project item.
Return Value
Type: System::Booleantrue if the project item should be added to the project; otherwise, false.
Show: