CopyTo Method of the DocumentReferenceCollection Object
Copies all of the document reference collection to a compatible one-dimensional array starting at the specified index of the target array.
public virtual void CopyTo(Arraya,
Int32i);
Overridable Public Sub CopyTo( _
ByVal a As Array, _
ByVal i As Int32 _
)
Parameters
a
One-dimensional target array to which the document reference 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: 9/5/2007