Entity.Components 属性

定义

附加到此实体的所有组件的只读列表。

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)

属性值

适用于