BulletDecorator.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 子元素。

例外

index 小于 0。

- 或 -

index 大于或等于 VisualChildrenCount

注解

BulletDecorator 可视子元素是 BulletChild 属性。

适用于