Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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
Get
Set
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)
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.