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

注解

视觉对象子元素 BulletDecoratorBullet 属性和 Child 属性。

适用于