Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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
'Declaration
Property SupportsFileBatching As Boolean
'Usage
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.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.