GridViewRowPresenterBase.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 オブジェクト。

適用対象