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 ~ビジュアル子の数の値を指定する必要があります。

戻り値

指定したインデックス位置にある子を返します。

適用対象