Freigeben über


SPAlternateUrlCollection.CopyTo-Methode

Kopiert die Elemente der Auflistung in ein Array von SPAlternateUrl -Objekten, beginnend bei einem angegebenen Arrayindex.

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

Syntax

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

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

Parameter

  • array
    Typ: []

    Das Array von SPAlternateUrl -Objekten, in der Auflistung kopiert werden soll.

  • count
    Typ: System.Int32

    Eine 32-Bit-Ganzzahl, die Angabe des Array-Indexes, bei dem mit dem Kopieren der Auflistung.

Implementiert

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

Siehe auch

Referenz

SPAlternateUrlCollection Klasse

SPAlternateUrlCollection-Member

Microsoft.SharePoint.Administration-Namespace