AppOutputLine
Represents a message line. Its structure can be more detailed and contain a collection of child lines, which enables a tree of message lines to be formed.
Properties to navigate the object model are:
Lines are accessed via the following methods:
A single AppOutputLine consists of one or more sub-lines. To access sub-lines, use the method GetLineCount
A sub-line consists of one or more cells. Cell access is provided via the methods:
Below an AppOutputLine there can be zero, one, or more child lines which themselves are of type AppOutputLine, which thus form a tree structure.
Child lines are accessed via the property: