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.
Copies the elements of the collection to an array, starting at a particular array index.
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public Sub CopyTo ( _
array As LocationConfiguration(), _
arrayIndex As Integer _
)
'Usage
Dim instance As LocationConfigurationCollection
Dim array As LocationConfiguration()
Dim arrayIndex As Integer
instance.CopyTo(array, arrayIndex)
public void CopyTo(
LocationConfiguration[] array,
int arrayIndex
)
Parameters
array
Type: []An array to which the collection can be copied.
arrayIndex
Type: System.Int32An integer that specifies the index at which the copy of the collection should start.
See Also
Reference
LocationConfigurationCollection Class