Panel.GetVisualChild(Int32) メソッド

定義

指定したインデックス位置にあるこのVisualPanel子を取得します。

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子のインデックス位置。

返品

Visual要素のPanel子。

適用対象

こちらもご覧ください