SPExportObjectCollection constructor (Int32)
Instantiates a new instance of the SPExportObjectCollection class that specifies the initial capacity of the collection.
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
)
Parameters
capacity
Type: System.Int32Integer specifying the number of export objects that the collection is initially capable of storing.
See also
Reference
SPExportObjectCollection class
SPExportObjectCollection members