IWizard.ShouldAddProjectItem(String) Methode

Definition

Gibt an, ob das angegebene Projekt Element dem Projekt hinzugefügt werden soll.

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

Parameter

filePath
String

Der Pfad zum Projekt Element.

Gibt zurück

Boolean

true, wenn das Projekt Element dem Projekt hinzugefügt werden soll. andernfalls false.

Gilt für