Udostępnij za pośrednictwem


Właściwość VCResourceCompilerTool.PreprocessorDefinitions —

Pobiera lub ustawia jeden lub więcej definicje preprocesora.

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

Składnia

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

Wartość właściwości

Typ: String
Jeden lub więcej definicje preprocesora.

Uwagi

PreprocessorDefinitionsudostępnia funkcję kompilatora /D (Definicje preprocesora) opcji, kompilator MIDL Strony właściwości MIDL: ogólne opcji i kompilator zasobów Strony właściwości zasobów opcji.

Zabezpieczenia programu .NET Framework

Zobacz też

Informacje

VCResourceCompilerTool Interfejs

Przestrzeń nazw Microsoft.VisualStudio.VCProjectEngine