VCCustomBuildRule.BatchingSeparator 属性

获取或设置自定义生成规则支持文件批处理时,输入文件名称之间要插入的文本。

命名空间:  Microsoft.VisualStudio.VCProjectEngine
程序集:  Microsoft.VisualStudio.VCProjectEngine(在 Microsoft.VisualStudio.VCProjectEngine.dll 中)

语法

声明
Property BatchingSeparator As String
string BatchingSeparator { get; set; }
property String^ BatchingSeparator {
    String^ get ();
    void set (String^ value);
}
abstract BatchingSeparator : string with get, set
function get BatchingSeparator () : String 
function set BatchingSeparator (value : String)

属性值

类型:String
用于分离输入文件名称的文本。

备注

默认分隔符是空格字符。

.NET Framework 安全性

请参阅

参考

VCCustomBuildRule 接口

Microsoft.VisualStudio.VCProjectEngine 命名空间