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

ビジュアル子のインデックス。

戻り値

Visual

表示されている子のインデックス番号。

適用対象