Share via


Entity.Children Propriété

Définition

Liste en lecture seule de toutes les entités attachées en tant qu’enfants à celle-ci.

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)

Valeur de propriété

Remarques

Pour faire d’une entité l’enfant d’une autre entité, utilisez la Parent propriété .

S’applique à