ContainerUIElement3D.Children 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取此 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。 默认值为空集合。
注解
Children元素的ContainerUIElement3D集合只能包含UIElement3D对象。 UIElement3D将子级ContainerUIElement3D添加到隐式添加到Visual3DCollection元素中ContainerUIElement3D。
Children在 .NET Framework 版本 3.5 中引入。 有关详细信息,请参见版本和依赖关系。