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 属性。

适用于