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 版引進。 如需詳細資訊,請參閱版本和相依性。