ContainerUIElement3D.Children Właściwość

Definicja

Visual3DCollection Pobiera element podrzędny tego ContainerUIElement3D obiektu.

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

Wartość właściwości

Visual3DCollection

Element Visual3DCollection podrzędny. Wartością domyślną jest pusta kolekcja.

Uwagi

Kolekcja Children ContainerUIElement3D elementu może składać się tylko z UIElement3D obiektów. UIElement3D Dodanie elementu podrzędnego ContainerUIElement3D do niejawnie powoduje dodanie go do Visual3DCollection elementu dla ContainerUIElement3D elementu .

Childrenjest wprowadzana w wersji .NET Framework 3.5. Aby uzyskać więcej informacji, zobacz Wersje i zależności.

Dotyczy