IWizard.ShouldAddProjectItem(String) Method

Definition

Indicates whether the specified project item should be added to the 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 project item.

Returns

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

Applies to