Share via


ImportCollection.CopyTo Method (array<Import , Int32)

Copies the entire ImportCollection to a compatible one-dimensional Array of Import objects, starting at the specified index of the target array.

MSBuild is now included in Visual Studio instead of the .NET Framework. You can use MSBuild 12.0 side-by-side with versions previously deployed with the .NET Framework.For more information, see What's New in MSBuild 12.0.

Namespace:  Microsoft.Build.BuildEngine
Assembly:  Microsoft.Build.Engine (in Microsoft.Build.Engine.dll)

Syntax

'Declaration
Public Sub CopyTo ( _
    array As Import(), _
    index As Integer _
)
public void CopyTo(
    Import[] array,
    int index
)
public:
void CopyTo(
    array<Import^>^ array, 
    int index
)
member CopyTo : 
        array:Import[] * 
        index:int -> unit
public function CopyTo(
    array : Import[], 
    index : int
)

Parameters

  • index
    Type: System.Int32

    The zero-based index in array at which copying begins.

.NET Framework Security

See Also

Reference

ImportCollection Class

CopyTo Overload

Microsoft.Build.BuildEngine Namespace