Entity.FindFirstEntity(Entity+EntitySearchDelegate) メソッド

定義

このエンティティの階層 (それ自体を含む) で、pred を満たす最初のエンティティを見つけます。 検索は、最初の順序で深さで実行されます。

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

パラメーター

戻り値

適用対象