次の方法で共有


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。 既定値は空のコレクションです。

注釈

要素のコレクションは ChildrenContainerUIElement3D オブジェクトのみで構成 UIElement3D できます。 子をUIElement3D要素に追加すると、ContainerUIElement3D暗黙的に要素にVisual3DCollectionContainerUIElement3D追加されます。

Childrenは、.NET Framework バージョン 3.5 で導入されています。 詳細については、「.NET Framework のバージョンおよび依存関係」を参照してください。

適用対象