VCNMakeTool.PreprocessorDefinitions 属性

定义

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

public:
 property System::String ^ PreprocessorDefinitions { System::String ^ get(); void set(System::String ^ value); };
public:
 property Platform::String ^ PreprocessorDefinitions { Platform::String ^ get(); void set(Platform::String ^ value); };
[System.Runtime.InteropServices.DispId(10)]
public string PreprocessorDefinitions { [System.Runtime.InteropServices.DispId(10)] get; [System.Runtime.InteropServices.DispId(10)] set; }
[<System.Runtime.InteropServices.DispId(10)>]
[<get: System.Runtime.InteropServices.DispId(10)>]
[<set: System.Runtime.InteropServices.DispId(10)>]
member this.PreprocessorDefinitions : string with get, set
Public Property PreprocessorDefinitions As String

属性值

String

包含预处理器符号的字符串,可与条件编译的/D 编译器选项一起使用。

属性

适用于