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暗黙的に要素にVisual3DCollectionContainerUIElement3D追加されます。
Childrenは、.NET Framework バージョン 3.5 で導入されています。 詳細については、「.NET Framework のバージョンおよび依存関係」を参照してください。