CodeGenerationResult
The CodeGenerationResult interface enables you to get information about the result of code generation (e.g., messages about success or failure).
Properties
Name | Description |
---|---|
Retrieves the application's top-level object. | |
Retrieves information about whether code generation has failed. | |
This property returns an AppOutputLines object, which is a tree of AppOutputLine objects. The AppOutputLine objects reflect messages displayed in the Output pane during code generation. | |
This property returns a concatenation of all messages in the Messages window as one string with line breaks. | |
Retrieves the parent object according to the object model. | |
Retrieves the result code of code generation (e.g., eCodeGenerationResultCodeSuccess). | |
Retrieves information about whether code generation has been successful. |