Udostępnij za pośrednictwem


Właściwość VCMidlTool.UndefinePreprocessorDefinitions —

Pobiera lub ustawia preprocesora jednego lub więcej undefines.

Przestrzeń nazw:  Microsoft.VisualStudio.VCProjectEngine
Zestaw:  Microsoft.VisualStudio.VCProjectEngine (w Microsoft.VisualStudio.VCProjectEngine.dll)

Składnia

'Deklaracja
Property UndefinePreprocessorDefinitions As String
string UndefinePreprocessorDefinitions { get; set; }
property String^ UndefinePreprocessorDefinitions {
    String^ get ();
    void set (String^ value);
}
abstract UndefinePreprocessorDefinitions : string with get, set
function get UndefinePreprocessorDefinitions () : String
function set UndefinePreprocessorDefinitions (value : String)

Wartość właściwości

Typ: System.String
Undefines jeden lub więcej preprocesora.

Uwagi

UndefinePreprocessorDefinitionseksponuje funkcjonalność kompilator C++ / /U U, (Usuń definicję symbole) opcji i kompilator MIDL Strony właściwości MIDL: Zaawansowane opcji.

Zabezpieczenia programu .NET Framework

Zobacz też

Informacje

VCMidlTool Interfejs

Przestrzeń nazw Microsoft.VisualStudio.VCProjectEngine