Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
将 SAErrorCollection 的元素复制到数组中(从数组内的给定索引开始)。
Public Sub CopyTo(ByVal array As Array, ByVal index As Integer)
public void CopyTo(Array array, int index)
array 接收所复制元素的数组。
index 数组的起始索引。