Grid.GetVisualChild(Int32) 方法

定义

获取位于指定Visual位置的子级index

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索引位置从零开始。

返回

位于指定Visual位置的子级index

注解

调用此方法时,不得修改可视化树。

适用于