IWizard.ShouldAddProjectItem(String) Method

Definition

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.

Applies to