AdornedElementPlaceholder.GetVisualChild(Int32) 方法

定義

擷取位於指定索引的 Visual 子物件。

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

指定所要擷取之子物件的索引。

傳回

位於指定索引的視覺子物件。

適用於