TypeDescriptorCollection Constructor (Int32)
Namespace: Microsoft.Office.Server.ApplicationRegistry.MetadataModel
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
Public Sub New ( _
capacity As Integer _
)
'Usage
Dim capacity As Integer
Dim instance As New TypeDescriptorCollection(capacity)
public TypeDescriptorCollection(
int capacity
)
Parameters
- capacity
Type: System.Int32
The size of the TypeDescriptor collection.
See Also
Reference
TypeDescriptorCollection Class
TypeDescriptorCollection Members
TypeDescriptorCollection Overload
Microsoft.Office.Server.ApplicationRegistry.MetadataModel Namespace