Entity.FindFirstEntity(Entity+EntitySearchDelegate) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
在此實體的階層中尋找第一個實體, (本身) 滿足預先完成。 搜尋會以深入的第一個循序執行。
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