Track.GetVisualChild(Int32) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取位于指定索引位置的 Track 的子元素。
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
子级的索引。
返回
返回可视子元素列表中位于指定索引位置的 Track 对象。 索引必须是一个介于零 (0) 到 VisualChildrenCount 属性值减一 (1) 所得的数值之间的数字。
例外
指定的索引大于 VisualChildrenCount 属性值减一 (1) 所得的数值。
注解
通过设置Thumb和DecreaseRepeatButtonIncreaseRepeatButton属性来指定子Track元素。 子元素按设置属性的顺序编制索引。