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.
Assembly: Microsoft.Phone (in Microsoft.Phone.dll)
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.
Show: