AccessText.GetVisualChild(Int32) 方法

定义

获取视觉子元素的索引。

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

要返回的视觉子元素的索引。

返回

返回一个整数,表示视觉子元素的索引。

适用于