Share via


MmcListViewColumnCollection.CopyTo Method (MmcListViewColumn[], Int32)

 

Copies the contents of the collection to an MmcListViewColumn array, starting at a specified array index.

Namespace:   Microsoft.ManagementConsole
Assembly:  Microsoft.ManagementConsole (in Microsoft.ManagementConsole.dll)

Syntax

public void CopyTo(
    MmcListViewColumn[] array,
    int index
)
public:
void CopyTo(
    array<MmcListViewColumn^>^ array,
    int index
)
member CopyTo : 
        array:MmcListViewColumn[] *
        index:int -> unit
Public Sub CopyTo (
    array As MmcListViewColumn(),
    index As Integer
)

Parameters

  • index
    Type: System.Int32

    The zero-based index where the copied contents will begin in the target array.

See Also

MmcListViewColumnCollection Class
Microsoft.ManagementConsole Namespace

Return to top