Proprietà VCMidlTool.UndefinePreprocessorDefinitions
Ottiene o imposta una o più definizioni per il preprocessore.
Spazio dei nomi: Microsoft.VisualStudio.VCProjectEngine
Assembly: Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)
Sintassi
'Dichiarazione
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)
Valore proprietà
Tipo: System.String
Una o più definizioni per il preprocessore.
Note
UndefinePreprocessorDefinitions espone la funzionalità del compilatore C++ /U, /u (Annulla la definizione dei simboli) opzione e il compilatore MIDL Pagine delle proprietà MIDL: Avanzate opzione.
Sicurezza di .NET Framework
- Attendibilità totale per il chiamante immediato. Impossibile utilizzare questo membro in codice parzialmente attendibile. Per ulteriori informazioni, vedere Utilizzo di librerie da codice parzialmente attendibile.