Compartir a través de


Entity.Components Propiedad

Definición

Lista de solo lectura de todos los componentes que están asociados a esta entidad.

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

Valor de propiedad

Se aplica a