IWizard.ShouldAddProjectItem(String) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
呼叫 以查詢是否應該將專案專案新增至專案。
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。