Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Creates a new instance of the SPImportObjectCollection class and provides an integer value that specifies the number of items that the collection is able to contain initially.
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
)
Parameters
capacity
Type: System.Int32The number of objects that the collection is able to contain initially.
See Also
Reference
SPImportObjectCollection Class
SPImportObjectCollection Members