DocumentErrorCollection.CopyTo(Array,Int32) method [SDM]

 
Platform SDK: System Definition Model Overview

DocumentErrorCollection.CopyTo(Array, Int32)

Note: This documentation is preliminary and is subject to change.

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-8d3a38004b4e4db7b446503af325fef7-11bc1b7e31f24a4dbdb7da1776703a84

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 Values

This method has no return values.

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

  
  Last updated: June 2005  |  What did you think of this topic?  |  Order a Platform SDK CD
  © Microsoft Corporation. All rights reserved. Terms of use.