Partilhar via


Entity.Children Propriedade

Definição

Lista só de leitura de todas as entidades anexadas como subordinados a esta.

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)

Valor de Propriedade

Observações

Para tornar uma entidade subordinada de outra entidade, utilize a Parent propriedade .

Aplica-se a