Search/Error/Output
Description
APIs to access error information, search results, and output windows.
Interfaces belonging to the area
Name | Description |
---|---|
IInfoEntry | Access object for common information of error information/search result information. |
IInfoDisplayStyleSet | This is a style set for displaying error information/search result information. You can name and manage predetermined styles. This style set is managed by the workspace and shared by all extensions. |
IInfoDisplayStyle | An access object to the display style of error information and search result information. It can be used for the purpose of redefining the style when displaying error information and search result information. |
ISearchResultEntry | Access object to search result information. You can get the values of Model and Field only when the search target is a model. |
IError | Error information by model validation. |
IErrors | Model validation Provides access to error information. The error information is registered for IModel. |
IOutput | Provides access to the output service. |
ISearch | Provides access to the search service. The search processing process in the current version of the application allows only one process. Therefore, if you call BeginSearch while IsSearching returns True, you will get an error. |
ISearchManager | Search Manager |