Freigeben über


SPExportObjectCollection-Konstruktor (Int32)

Instanziiert eine neue Instanz der SPExportObjectCollection -Klasse, die die anfängliche Kapazität der Auflistung angibt.

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

Syntax

'Declaration
Public Sub New ( _
    capacity As Integer _
)
'Usage
Dim capacity As Integer

Dim instance As New SPExportObjectCollection(capacity)
public SPExportObjectCollection(
    int capacity
)

Parameter

  • capacity
    Typ: System.Int32

    Ganzzahl, die Anzahl der Export-Objekten, die die Auflistung anfänglich gespeichert werden.

Siehe auch

Referenz

SPExportObjectCollection Klasse

SPExportObjectCollection-Member

SPExportObjectCollection-Überladung

Microsoft.SharePoint.Deployment-Namespace