Decorator.GetVisualChild(Int32) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取位于指定 index
位置的子 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
子元素的索引位置。
返回
位于指定 index
位置的子元素。
例外
index
大于可见子元素的数目。
注解
因为 Child 只能等于 0 或 1,因此 index
指定大于 1 或小于 0 的位置会导致结果 ArgumentOutOfRangeException。