Sdílet prostřednictvím


Entity.Children Vlastnost

Definice

Seznam všech entit, které jsou k této entitě připojeny jako podřízené, jen pro čtení.

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)

Hodnota vlastnosti

Poznámky

Pokud chcete nastavit entitu jako podřízenou jinou entitu Parent , použijte vlastnost .

Platí pro