IMetamodels.FindClassesByName(IPackage,string,bool) Method
Namespace: NextDesign.Core
Description
Searches for a class with the specified class name under the package specified by the scope.
For how to specify a class name and the fuzzy match option, see the description of IMetamodels.
Arguments
Name | Type | Description |
---|---|---|
scope | IPackage | Scope (Package that is the base of the search range) |
classNames | string | Class name You can specify multiple class names separated by commas. |
fuzzy | bool | Fuzzy match option The default value is true. If fuzzy is set to false, the class name will be evaluated as a fully qualified name. If a class with the same name exists, you can obtain the expected class by setting fuzzy to false and specifying the fully qualified name in classNames. |
Return value
- IClassCollection