Share via


DetailColumn.CopyTo Method

Copies the entire DetailColumn to a compatible one-dimensional array, starting at the specified index of the target array.

Namespace: Microsoft.EssentialBusinessServer.Console.ObjectModel
Assembly: Microsoft.EssentialBusinessServer.Console.ObjectModel (in microsoft.essentialbusinessserver.console.objectmodel.dll)

Usage

Syntax

'Declaration
Public Sub CopyTo ( _
    array As DetailGroup(), _
    arrayIndex As Integer _
)
public void CopyTo (
    DetailGroup[] array,
    int arrayIndex
)
public:
virtual void CopyTo (
    array<DetailGroup^>^ array, 
    int arrayIndex
) sealed
public final void CopyTo (
    DetailGroup[] array, 
    int arrayIndex
)
public final function CopyTo (
    array : DetailGroup[], 
    arrayIndex : int
)

Parameters

  • array
    The one-dimensional array that is the destination of the elements copied from the DetailColumn. The array must have zero-based indexing.
  • arrayIndex
    The zero-based index in the array where the copying begins.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows Server 2008 64-bit Edition, Windows Vista 64-bit Edition, Windows Essential Business Server 2008 Standard, Windows Essential Business Server 2008 Premium

Target Platforms

Windows Essential Business Server 2008 Standard, Windows Essential Business Server 2008 Premium

See Also

Reference

DetailColumn Class
DetailColumn Members
Microsoft.EssentialBusinessServer.Console.ObjectModel Namespace