VCNMakeTool.PreprocessorDefinitions Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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