AdornedElementPlaceholder.GetVisualChild(Int32) 方法

定义

检索位于指定索引处的 Visual 子对象。

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

指定要检索的子对象的索引。

返回

位于指定索引处的可见子对象。

适用于