VCResourceCompilerTool.PreprocessorDefinitions Property

Definition

Gets or sets one or more preprocessor definitions.

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(2)]
public string PreprocessorDefinitions { [System.Runtime.InteropServices.DispId(2)] get; [System.Runtime.InteropServices.DispId(2)] set; }
[<System.Runtime.InteropServices.DispId(2)>]
[<get: System.Runtime.InteropServices.DispId(2)>]
[<set: System.Runtime.InteropServices.DispId(2)>]
member this.PreprocessorDefinitions : string with get, set
Public Property PreprocessorDefinitions As String

Property Value

One or more preprocessor definitions.

Attributes

Remarks

PreprocessorDefinitions exposes the functionality of the compiler's /D (Preprocessor Definitions) option, the MIDL compiler's MIDL Property Pages: General option, and the resource compiler's Resources Property Pages option.

Applies to