ContainerUIElement3D.Children 属性

定义

获取此 Visual3DCollection 对象的子元素的 ContainerUIElement3D

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

属性值

Visual3DCollection

子元素的 Visual3DCollection。 默认值为空集合。

注解

Children元素的ContainerUIElement3D集合只能包含UIElement3D对象。 UIElement3D将子级ContainerUIElement3D添加到隐式添加到Visual3DCollection元素中ContainerUIElement3D

Children在 .NET Framework 版本 3.5 中引入。 有关详细信息,请参见版本和依赖关系

适用于