UIElementCollection.CopyTo 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
从指定的索引位置开始,将 UIElement 从 UIElementCollection 复制到数组。
重载
CopyTo(Array, Int32) |
从指定的索引位置开始,将 UIElement 从 UIElementCollection 复制到数组。 |
CopyTo(UIElement[], Int32) |
从指定的索引位置开始,将 UIElement 从 UIElementCollection 复制到数组。 |
CopyTo(Array, Int32)
从指定的索引位置开始,将 UIElement 从 UIElementCollection 复制到数组。
public:
virtual void CopyTo(Array ^ array, int index);
public virtual void CopyTo (Array array, int index);
abstract member CopyTo : Array * int -> unit
override this.CopyTo : Array * int -> unit
Public Overridable Sub CopyTo (array As Array, index As Integer)
参数
- array
- Array
将集合复制到其中的数组。
- index
- Int32
从其开始复制的元素的索引位置。
实现
适用于
CopyTo(UIElement[], Int32)
从指定的索引位置开始,将 UIElement 从 UIElementCollection 复制到数组。
public:
virtual void CopyTo(cli::array <System::Windows::UIElement ^> ^ array, int index);
public virtual void CopyTo (System.Windows.UIElement[] array, int index);
abstract member CopyTo : System.Windows.UIElement[] * int -> unit
override this.CopyTo : System.Windows.UIElement[] * int -> unit
Public Overridable Sub CopyTo (array As UIElement(), index As Integer)
参数
- index
- Int32
从其开始复制的元素的索引位置。