VCNMakeTool.PreprocessorDefinitions 属性

设置或获取预处理器符号。

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

语法

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

属性值

类型:String
字符串包含可以使用 /D 编译器选择用于条件编译的处理器之前标志。

.NET Framework 安全性

请参阅

参考

VCNMakeTool 接口

Microsoft.VisualStudio.VCProjectEngine 命名空间