共用方式為


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)

屬性值

適用於