Freigeben über


SPFarmManagedAccountCollection.CopyTo-Methode

Kopiert die Elemente in der Auflistung in ein Array, beginnend beim angegebenen Index im Array.

Namespace:  Microsoft.SharePoint.Administration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
<SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel := True)> _
Public Sub CopyTo ( _
    array As SPManagedAccount(), _
    arrayIndex As Integer _
)
'Usage
Dim instance As SPFarmManagedAccountCollection
Dim array As SPManagedAccount()
Dim arrayIndex As Integer

instance.CopyTo(array, arrayIndex)
[SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel = true)]
public void CopyTo(
    SPManagedAccount[] array,
    int arrayIndex
)

Parameter

  • array
    Typ: []

    Das Array, das die Auflistung kopiert wird.

  • arrayIndex
    Typ: System.Int32

    Der erste Index im Array, das das erste kopierte Element zu erhalten.

Implementiert

ICollection<T>.CopyTo([], Int32)

Ausnahmen

Ausnahme Bedingung
OverflowException

Die Größe der Auflistung ist größer als die Größe des Arrays von arrayIndex bis zum Ende des Arrays.

Hinweise

arrayIndex kann nicht auf ein Element außerhalb der Begrenzung Array verweisen.

Siehe auch

Referenz

SPFarmManagedAccountCollection Klasse

SPFarmManagedAccountCollection-Member

Microsoft.SharePoint.Administration-Namespace