IWizard::ShouldAddProjectItem Method (String^)

 

Indicates whether the specified project item should be added to the project.

Namespace:   Microsoft.VisualStudio.TemplateWizard
Assembly:  Microsoft.VisualStudio.TemplateWizardInterface (in Microsoft.VisualStudio.TemplateWizardInterface.dll)

bool ShouldAddProjectItem(
	String^ filePath
)

Parameters

filePath
Type: System::String^

The path to the project item.

Return Value

Type: System::Boolean

true if the project item should be added to the project; otherwise, false.

Return to top
Show: