CopyTo

OutlineCollection.CopyTo method

将大纲项复制到 System.Array,从特定 System.Array 索引开始。

public override void CopyTo(OutlineItemCollection[] array, int index)
范围类型描述
arrayOutlineItemCollection[]作为目标的一维 System.Array。必须具有从零开始的索引。
indexInt32数组中开始复制的从零开始的索引。

也可以看看