AdornerLayer.GetVisualChild(Int32) メソッド

定義

指定したVisual位置にあるindex子を取得します。

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

返品

AdornerLayer要素のVisual子。

注釈

派生クラスは、子 Visual サポートするために、このメソッドを実装する必要があります。 このメソッドは、指定したインデックス位置にある子を返す必要があります。 インデックスは、 0 と (VisualChildrenCount-1) の間である必要があります。

適用対象

こちらもご覧ください