CopyTo Method of the DocumentErrorCollection Object

CopyTo Method of the DocumentErrorCollection Object

Copies all of the document error collection to a compatible one-dimensional array starting at the specified index of the target array.

  [C#]
public virtual void CopyTo(
  Array a,
  Int32 i
);

FakePre-f5aa521693a84bd192792e58eb0bc57c-05a614eb630d405790de387748baf2a2

Parameters

  • a
    One-dimensional target array to which the document error collection is copied. The array must have zero-based indexing.

  • i
    Zero-based index in a at which copying begins.

Return Value

This method does not return a value.

Remarks

The target array must be of a compatible type.

Requirements

Namespace

Defined in Microsoft.SystemDefinitionModel.Tools.

Assembly

Requires SdmCompile (in SdmCompile.dll).

.NET Framework

Requires .NET Framework 2.0.

See Also

Microsoft.SystemDefinitionModel.Tools

Send comments about this topic to Microsoft

Build date: 10/2/2007