BaseChannelObjectWithProperties.CopyTo(Array, Int32) 方法
定义
引发 NotSupportedException。Throws a NotSupportedException.
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
要将属性复制到的数组。The array to copy the properties to.
- index
- Int32
开始复制的索引位置。The index at which to begin copying.
实现
例外
调用该方法。The method is called.