Freigeben über


IWizard.ShouldAddProjectItem(String) Methode

Definition

Wird aufgerufen, um abzufragen, ob einem Projekt ein Projektelement 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 hinzuzufügenden Element.

Gibt zurück

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

Gilt für: