共用方式為


AccessText.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

傳回整數,表示視覺子項目的索引。

適用於