VCCustomBuildRule.SupportsFileBatching - свойство
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).
Пространство имен: Microsoft.VisualStudio.VCProjectEngine
Сборка: Microsoft.VisualStudio.VCProjectEngine (в Microsoft.VisualStudio.VCProjectEngine.dll)
Синтаксис
'Декларация
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)
Значение свойства
Тип: System.Boolean
true if command-line inputs are evaluated for file batching; otherwise, false.
Разрешения
- Полное доверие для непосредственно вызывающего метода. Этот член не может быть использован частично доверенным кодом. Дополнительные сведения см. в разделе Using Libraries from Partially Trusted Code.