Entity.EntitySearchDelegate Delegate
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Delegate used to search an entity hierarchy for an entity inclusive of its children.
public: delegate bool Entity::EntitySearchDelegate(Entity ^ entity);
public delegate bool Entity.EntitySearchDelegate(Entity entity);
type Entity.EntitySearchDelegate = delegate of Entity -> bool
Public Delegate Function Entity.EntitySearchDelegate(entity As Entity) As Boolean
Parameters
- entity
- Entity
The current entity in the hierarchy being queried.
Return Value
True if the entity has been found, otherwise false.