Share via


ContainerUIElement3D.Children Propriedade

Definição

Obtém um Visual3DCollection de elementos filho deste ContainerUIElement3D objeto.

public:
 property System::Windows::Media::Media3D::Visual3DCollection ^ Children { System::Windows::Media::Media3D::Visual3DCollection ^ get(); };
public System.Windows.Media.Media3D.Visual3DCollection Children { get; }
member this.Children : System.Windows.Media.Media3D.Visual3DCollection
Public ReadOnly Property Children As Visual3DCollection

Valor da propriedade

Visual3DCollection

Um Visual3DCollection dos elementos filho. O padrão é uma coleção vazia.

Comentários

A Children coleção de um ContainerUIElement3D elemento só pode consistir em UIElement3D objetos. Adicionar um UIElement3D filho a um ContainerUIElement3D implicitamente o Visual3DCollection ContainerUIElement3D adiciona ao elemento.

Childrené introduzido no .NET Framework versão 3.5. Para saber mais, confira Versões e dependências.

Aplica-se a