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