VCMidlTool::UndefinePreprocessorDefinitions Property
Visual Studio 2015
Gets or sets one or more preprocessor undefines.
Assembly: Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)
property String^ UndefinePreprocessorDefinitions { String^ get(); void set(String^ value); }
UndefinePreprocessorDefinitions exposes the functionality of the C++ compiler's /U, /u (Undefine Symbols) option and the MIDL compiler's MIDL Property Pages: Advanced option.
Show: