CompilationEvent.Code Property
- Aktualisiert2023-02-21
- 2 Minute(n) Lesezeit
Gets the code for an event that occurs during compilation.
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 Code As CompilationEventCode |
| C# |
|---|
public CompilationEventCode Code { get; } |
| Visual C++ |
|---|
public: property CompilationEventCode Code { CompilationEventCode get (); } |