RenderingConnection.RootEntities 属性

定义

检索所有根实体的列表。 根实体是没有 Parent的任何现有实体。 这包括通过加载模型创建的根实体和客户端创建的实体。 返回的实体不会在列表中按特定顺序显示。

public:
 property System::Collections::Generic::IReadOnlyList<Microsoft::Azure::RemoteRendering::Entity ^> ^ RootEntities { System::Collections::Generic::IReadOnlyList<Microsoft::Azure::RemoteRendering::Entity ^> ^ get(); };
public System.Collections.Generic.IReadOnlyList<Microsoft.Azure.RemoteRendering.Entity> RootEntities { get; }
member this.RootEntities : System.Collections.Generic.IReadOnlyList<Microsoft.Azure.RemoteRendering.Entity>
Public ReadOnly Property RootEntities As IReadOnlyList(Of Entity)

属性值

适用于