共用方式為


IWizard.ShouldAddProjectItem(String) 方法

定義

呼叫 以查詢是否應該將專案專案新增至專案。

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

參數

filePath
String

要加入之項目的路徑。

傳回

如果項目應該新增至專案,則為 True,否則為 false。

適用於