다음을 통해 공유


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)

속성 값

적용 대상