[This is preliminary documentation and is subject to change.]
Writes a warning text to the results and triggers a WarningOutputEvent.
| C# | Visual Basic | Visual C++ |
public abstract void WriteWarning( string text )
Public MustOverride Sub WriteWarning ( _ text As String _ )
public: virtual void WriteWarning( String^ text ) abstract
- text (String)
- The warning text.
When this instance is e.g. attached to a HliForm, the supplied warning text will be
displayed in this Form (the triggered WarningOutputEvent is used for this).
This method needs to be overridden in a descendant class.
This method needs to be overridden in a descendant class.