ISearch.AddSearchTarget method
Namespace: NextDesign.Core
Description
Add a search target.
Search target information is displayed in the search result window, editor, navigator, etc.
argument
Name | Type | Description |
---|---|---|
model | IModel | The model to search for null cannot be specified. |
Return value
- void
Exceptions
Name | Exception Class | Description |
---|---|---|
Invalid argument | ExtensionArgumentException | If null is specified for model |
Annotations
In the current version, addition of search targets by this method is not supported.
Search target information is not used.