Skip to main content

search, error, output

Description

A group of APIs to access error information, search results, and the output window.

API belonging to area

NameDescription
IInfoEntryThis is an access object for common information of error information/search result information.
IInfoDisplayStyleSetThis is the style set for displaying error information/search result information.
Predetermined styles can be named and managed.
This styleset is managed by the workspace and shared by all extensions.
IInfoDisplayStyleThis is an access object to the display style of error information and search result information.
Can be used to redefine the style of displaying error information and search result information.
ISearchResultEntryThis is an access object to search result information.
The value of Model and Field can be obtained only when the search target is a model.
IErrorError information from model validation.
IErrorsProvides access to model validation error information.
Register error information to IModel.
IOutputProvides access to output services.
ISearchProvides access to search services.
The current version of the application allows only one search processing process.
Therefore, if IsSearching returns True, calling BeginSearch will result in an error.
ISearchManagerSearch Manager