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

包含指定索引处的子级的 Visual 对象。

适用于