VCCustomBuildRule.BatchingSeparator - свойство
Gets or sets the text to insert between input file names when a custom build rule supports file batching.
Пространство имен: Microsoft.VisualStudio.VCProjectEngine
Сборка: Microsoft.VisualStudio.VCProjectEngine (в Microsoft.VisualStudio.VCProjectEngine.dll)
Синтаксис
'Декларация
Property BatchingSeparator As String
'Применение
Dim instance As VCCustomBuildRule
Dim value As String
value = instance.BatchingSeparator
instance.BatchingSeparator = value
string BatchingSeparator { get; set; }
property String^ BatchingSeparator {
String^ get ();
void set (String^ value);
}
function get BatchingSeparator () : String
function set BatchingSeparator (value : String)
Значение свойства
Тип: System.String
The text used to separate input file names.
Заметки
The default separator is a space character.
Разрешения
- Полное доверие для непосредственно вызывающего метода. Этот член не может быть использован частично доверенным кодом. Дополнительные сведения см. в разделе Using Libraries from Partially Trusted Code.