Udostępnij za pośrednictwem


Entity.Children Właściwość

Definicja

Lista tylko do odczytu wszystkich jednostek, które są dołączone jako elementy podrzędne do tej.

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)

Wartość właściwości

Uwagi

Aby uczynić jednostkę podrzędną innej jednostki, użyj Parent właściwości .

Dotyczy