Sdílet prostřednictvím


CopyTo Method

Copies all the elements in the current instance to a compatible one-dimensional ContentSelectionContext array, starting at the specified index of the target array.

Namespace:  Microsoft.CommerceServer.Runtime.Targeting
Assembly:  Microsoft.CommerceServer.Runtime (in Microsoft.CommerceServer.Runtime.dll)

Syntax

'Declaration
Public Sub CopyTo ( _
    array As ContentSelectionContext(), _
    index As Integer _
)
'Usage
Dim instance As ContentSelectionContextCollection
Dim array As ContentSelectionContext()
Dim index As Integer

instance.CopyTo(array, index)
public void CopyTo(
    ContentSelectionContext[] array,
    int index
)
public:
void CopyTo(
    array<ContentSelectionContext^>^ array, 
    int index
)
public function CopyTo(
    array : ContentSelectionContext[], 
    index : int
)

Parameters

  • index
    Type: System..::.Int32
    The zero-based index in the destination array at which storing begins.

Remarks

The ContentSelectionContext elements are copied to the target array, starting at the specified index of the target array.

Permissions

See Also

Reference

ContentSelectionContextCollection Class

ContentSelectionContextCollection Members

Microsoft.CommerceServer.Runtime.Targeting Namespace