Share via


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 物件,其中包含位於指定索引處的子項目。

適用於