CopyTo Method
Collapse the table of content
Expand the table of content

WalletItemCollection.CopyTo Method

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

Copies the elements of a collection to an array, starting at a particular array index. This method is not supported.

Namespace:  Microsoft.Phone.Wallet
Assembly:  Microsoft.Phone (in Microsoft.Phone.dll)

'Declaration
Public Sub CopyTo ( _
	array As WalletItem(), _
	arrayIndex As Integer _
)

Parameters

array
Type: Microsoft.Phone.Wallet.WalletItem ()
The array into which the collection of items should be copied.
arrayIndex
Type: System.Int32
The starting array index.

Implements

ICollection(Of T).CopyTo(T(), Int32)

This method will throw NotSupportedException if called, since the WalletItemCollection is read-only.

Windows Phone OS

Supported in: 8.1, 8.0

Show:
© 2017 Microsoft