Entity.FindFirstEntity(Entity+EntitySearchDelegate) Method

Definition

Find first entity in this entity's hierarchy (inclusive of itself) that fulfills pred. Search is performed in a depth first order.

public:
 Microsoft::Azure::RemoteRendering::Entity ^ FindFirstEntity(Microsoft::Azure::RemoteRendering::Entity::EntitySearchDelegate ^ pred);
public Microsoft.Azure.RemoteRendering.Entity FindFirstEntity (Microsoft.Azure.RemoteRendering.Entity.EntitySearchDelegate pred);
member this.FindFirstEntity : Microsoft.Azure.RemoteRendering.Entity.EntitySearchDelegate -> Microsoft.Azure.RemoteRendering.Entity
Public Function FindFirstEntity (pred As Entity.EntitySearchDelegate) As Entity

Parameters

Returns

Applies to