ModelService.Find Method
Include Protected Members
Include Inherited Members
When overridden in a derived class, finds matching model items for a specified starting point.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
Find(ModelItem, TypeIdentifier) | When overridden in a derived class, finds matching model items for a specified starting point. | |
Find(ModelItem, Predicate<Type>) | When overridden in a derived class, finds matching model items for a specified starting point. | |
Find(ModelItem, Type) | When overridden in a derived class, finds matching model items for a specified starting point. |
Top