Compiler.CompilationEvents Property
- Mise à jour2023-02-21
- Temps de lecture : 2 minute(s)
Gets an array of events that occurred during compilation. These can be errors, warnings, or messages.
Namespace:
NationalInstruments.VeriStand.RealTimeSequenceDefinitionApiAssembly: NationalInstruments.VeriStand.RealTimeSequenceDefinitionApi (in NationalInstruments.VeriStand.RealTimeSequenceDefinitionApi.dll) Version: 2013.0.0.0 (2013.0.0.0)
| Visual Basic (Declaration) |
|---|
Public ReadOnly Property CompilationEvents As CompilationEvent() |
| C# |
|---|
public CompilationEvent[] CompilationEvents { get; } |
| Visual C++ |
|---|
public: property array<CompilationEvent^>^ CompilationEvents { array<CompilationEvent^>^ get (); } |