Freigeben über


SPImportObjectCollection-Konstruktor (Int32)

Erstellt eine neue Instanz der Klasse SPImportObjectCollection und bietet einen ganzzahliger Wert, der die Anzahl der Elemente angibt, die die Auflistung anfänglich enthalten kann.

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 SPImportObjectCollection(capacity)
public SPImportObjectCollection(
    int capacity
)

Parameter

  • capacity
    Typ: System.Int32

    Die Anzahl der Objekte, die die Auflistung anfänglich enthalten kann.

Siehe auch

Referenz

SPImportObjectCollection Klasse

SPImportObjectCollection-Member

SPImportObjectCollection-Überladung

Microsoft.SharePoint.Deployment-Namespace