VCNMakeTool.PreprocessorDefinitions Property

Definition

Set or gets preprocessor symbols.

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

Property Value

String containing preprocessor symbols that can be used with the /D compiler option for conditional compilations.

Attributes

Applies to