Condividi tramite


RenderingConnection.RootEntities Proprietà

Definizione

Recupera l'elenco di tutte le entità radice. Un'entità radice è qualsiasi entità esistente senza Parent. Sono incluse le entità radice create tramite il caricamento di un modello e di entità create sul lato client. Le entità restituite non vengono visualizzate in un ordine specifico nell'elenco.

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

Valore della proprietà

Si applica a