共用方式為


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 與可見子項目計數之間。

傳回

傳回指定之索引處的子項目。

適用於