FilterDescriptorCollection Constructor (Int32)
Creates a filter collection with the specified number of filters.
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 FilterDescriptorCollection(capacity)
public FilterDescriptorCollection(
int capacity
)
Parameters
- capacity
Type: System.Int32
The count of the filters in the collection.
See Also
Reference
FilterDescriptorCollection Class
FilterDescriptorCollection Members
FilterDescriptorCollection Overload
Microsoft.Office.Server.ApplicationRegistry.MetadataModel Namespace