VCMidlTool.UndefinePreprocessorDefinitions Property

Definition

Gets or sets one or more preprocessor undefines.

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

Property Value

One or more preprocessor undefines.

Attributes

Remarks

UndefinePreprocessorDefinitions exposes the functionality of the C++ compiler's /U, /u (Undefine Symbols) option and the MIDL compiler's MIDL Property Pages: Advanced option.

Applies to