AppOutputLine
Represents a message line. In contrast to ErrorMarker, its structure is more detailed and can contain a collection of child lines, therefore forming a tree of message lines.
Properties to navigate the object model:
•Application
•Parent
Line access:
•GetLineSeverity
•GetLineSymbol
•GetLineText
•GetLineTextEx
•GetLineTextWithChildren
•GetLineTextWithChildrenEx
A single AppOutputLine consists of one or more sub-lines. Sub-line access:
•GetLineCount
A sub-line consists of one or more cells. Cell access:
•GetCellCountInLine
•GetCellIcon
•GetCellSymbol
•GetCellText
•GetCellTextDecoration
•GetIsCellText
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 access:
•ChildLines
Properties
Name | Description |
---|---|
Read-only. Retrieves the application's top-level object. | |
Read-only. Returns a collection of the current line's direct child lines. | |
Read-only. The parent object according to the object model. |
Methods
Name | Description |
---|---|
Gets the number of cells in the sub-line indicated by nLine in the current AppOutputLine. | |
Gets the icon of the cell indicated by nCell in the current AppOutputLine's sub-line indicated by nLine | |
Gets the symbol of the cell indicated by nCell in the current AppOutputLine's sub-line indicated by nLine | |
Gets the text of the cell indicated by nCell in the current AppOutputLine's sub-line indicated by nLine | |
Gets the decoration of the text cell indicated by nCell in the current AppOutputLine's sub-line indicated by nLine. It can be one of the ENUMAppOutputLine_TextDecoration values. | |
Returns true if the cell indicated by nCell in the current AppOutputLine's sub-line indicated by nLine is a text cell. | |
Gets the number of sub-lines the current line consists of. | |
Gets the severity of the line. It can be one of the ENUMAppOutputLine_Severity values. | |
Gets the symbol assigned to the whole line. | |
Gets the contents of the line as text. | |
Gets the contents of the line as text using the specified part and line separators. | |
Gets the contents of the line including all child and descendant lines as text. | |
Gets the contents of the line including all child and descendant lines as text using the specified part, line, tab and item separators. |