search, error, output
Description
A group of APIs to access error information, search results, and the output window.
API belonging to area
Name | Description |
---|---|
IInfoEntry | This is an access object for common information of error information/search result information. |
IInfoDisplayStyleSet | This 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. |
IInfoDisplayStyle | This 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. |
ISearchResultEntry | This 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. |
IError | Error information from model validation. |
IErrors | Provides access to model validation error information. Register error information to IModel. |
IOutput | Provides access to output services. |
ISearch | Provides 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. |
ISearchManager | Search Manager |