Partager via


LocationConfigurationCollection.CopyTo, méthode (Microsoft.Office.Server.Search.Administration)

Copies the elements of the collection to an array, starting at a particular array index.

Espace de noms : Microsoft.Office.Server.Search.Administration
Assembly : Microsoft.Office.Server.Search (dans microsoft.office.server.search.dll)

Syntaxe

'Déclaration
Public Sub CopyTo ( _
    array As LocationConfiguration(), _
    arrayIndex As Integer _
)
'Utilisation
Dim instance As LocationConfigurationCollection
Dim array As LocationConfiguration()
Dim arrayIndex As Integer

instance.CopyTo(array, arrayIndex)
public void CopyTo (
    LocationConfiguration[] array,
    int arrayIndex
)

Paramètres

  • array
    An array to which the collection can be copied.
  • arrayIndex
    An integer that specifies the index at which the copy of the collection should start.

Voir aussi

Référence

LocationConfigurationCollection, classe
Membres LocationConfigurationCollection
Microsoft.Office.Server.Search.Administration, espace de noms