다음을 통해 공유


Entity.Children 속성

정의

이 엔터티에 자식으로 연결된 모든 엔터티의 읽기 전용 목록입니다.

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

속성 값

설명

엔터티를 다른 엔터티의 자식으로 만들려면 속성을 사용합니다 Parent .

적용 대상