AdornedElementPlaceholder.GetVisualChild(Int32) メソッド

定義

指定されたインデックス位置にある Visual の子オブジェクトを取得します。

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

取得する子オブジェクトを指定するインデックス。

戻り値

指定されたインデックス位置にあるビジュアル子オブジェクト。

適用対象