[This is preliminary documentation and is subject to change.]
Writes an information text to the results and triggers an InformationOutputEvent.
| C# | Visual Basic | Visual C++ |
public override void WriteInformation( string text )
Public Overrides Sub WriteInformation ( _ text As String _ )
public: virtual void WriteInformation( String^ text ) override
- text (String)
- The information text.
When this instance is e.g. attached to a HliForm, the supplied information text will be
displayed in this Form (the triggered InformationOutputEvent is used for this).