DataPackagePropertySet.CopyTo method

Applies to Windows and Windows Phone

Copies the elements of the collection to an array, starting at a particular array index.

Syntax

public void CopyTo(
  KeyValuePair<String,Object>[] array, 
  int arrayIndex
)
Public Sub CopyTo(
  array As KeyValuePair(Of String,Object)(),  
  arrayIndex As Integer 
)

Parameters

  • array
    Type: array of KeyValuePair<String,Object>

    The one-dimensional Array that is the destination of the elements copied from the collection. The Array must have zero-based indexing.

  • arrayIndex
    Type: System.Int32

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

Requirements

Minimum supported client

Windows 8

Minimum supported server

Windows Server 2012

Minimum supported phone

Windows Phone 8

Namespace

Windows.ApplicationModel.DataTransfer

See also

DataPackagePropertySet