Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Use this method to copy the CatalogSets objects to an array, starting at a particular array index.
Definition
[Visual Basic .NET]
Public NotOverridable Public Sub CopyTo( _ByValarray As ReadOnlyStringCollection[], _
ByValindex As System.Int32 _
)
[C#]
public sealed void CopyTo(ReadOnlyStringCollection[]array,
System.Int32index);
Parameters
[Visual Basic .NET]
- array
Sets the array where elements are copied. - index
Starting element for the array where elements are copied.
[C#]
- array
Sets the array where elements are copied. - index
Starting element for the array where elements are copied.
Implements
System.Collections.ICollection
Requirements
Namespace: Microsoft.CommerceServer.Runtime.Catalog
Platforms: Windows 2000, Windows Server 2003
Assembly: Microsoft.CommerceServer.Runtime.dll
Copyright © 2005 Microsoft Corporation.
All rights reserved.