Viewport3D.GetVisualChild(Int32) 方法

定义

获取位于 VisualChildren 集合中指定位置的 Viewport3D

protected:
 override System::Windows::Media::Visual ^ GetVisualChild(int index);
protected override System.Windows.Media.Visual GetVisualChild (int index);
override this.GetVisualChild : int -> System.Windows.Media.Visual
Protected Overrides Function GetVisualChild (index As Integer) As Visual

参数

index
Int32

元素在集合中的位置。

返回

Visual

位于 Children 集合中指定位置的可视对象。

适用于