VCCustomBuildRule.SupportsFileBatching Property

Gets or sets a value indicating whether the command line-inputs are evaluated to all the files that can be batched into a single command-line execution (excludes files with file properties set).

Namespace:  Microsoft.VisualStudio.VCProjectEngine
Assembly:  Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)

Syntax

声明
Property SupportsFileBatching As Boolean
用法
Dim instance As VCCustomBuildRule
Dim value As Boolean

value = instance.SupportsFileBatching

instance.SupportsFileBatching = value
bool SupportsFileBatching { get; set; }
property bool SupportsFileBatching {
    bool get ();
    void set (bool value);
}
function get SupportsFileBatching () : boolean
function set SupportsFileBatching (value : boolean)

Property Value

Type: System.Boolean

true if command-line inputs are evaluated for file batching; otherwise, false.

Permissions

See Also

Reference

VCCustomBuildRule Interface

VCCustomBuildRule Members

Microsoft.VisualStudio.VCProjectEngine Namespace