Compartir a través de


Entity.Children Propiedad

Definición

Lista de solo lectura de todas las entidades asociadas como elementos secundarios 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 propiedad

Comentarios

Para convertir una entidad en el elemento secundario de otra entidad, use la Parent propiedad .

Se aplica a