バージョン

GetVisualChild メソッド (DocumentContentHostPanel)

指定したインデックスにある視覚的な子を返します。
シンタックス
'宣言
 
Protected Overrides Function GetVisualChild( _
   ByVal index As Integer _
) As Visual
protected override Visual GetVisualChild( 
   int index
)

パラメータ

index
返すべき子の整数位置。

戻り値の型

指定された位置の子要素。
例外
例外解説
System.ArgumentOutOfRangeExceptionindexVisualChildrenCount より大きいです。
参照