共用方式為


VCCustomBuildRule.SupportsFileBatching 屬性

取得或設定值,指出是否要將命令列輸入評估為可批次處理為單一命令列執行的所有檔案 (不包括已設定檔案屬性的檔案)。

命名空間:  Microsoft.VisualStudio.VCProjectEngine
組件:  Microsoft.VisualStudio.VCProjectEngine (在 Microsoft.VisualStudio.VCProjectEngine.dll 中)

語法

'宣告
Property SupportsFileBatching As Boolean
bool SupportsFileBatching { get; set; }
property bool SupportsFileBatching {
    bool get ();
    void set (bool value);
}
abstract SupportsFileBatching : bool with get, set
function get SupportsFileBatching () : boolean 
function set SupportsFileBatching (value : boolean)

屬性值

類型:Boolean
如果命令列輸入正接受評估以進行檔案批次處理,則為 true,否則為false。

.NET Framework 安全性

請參閱

參考

VCCustomBuildRule 介面

Microsoft.VisualStudio.VCProjectEngine 命名空間