ToolBarPanel.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

指定的索引。 索引必须位于 0 和可见子级计数之间。

返回

Visual

返回指定索引处的子级。

适用于