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 dictionary of Action objects of a specified size.
Namespace: Microsoft.Office.Server.ApplicationRegistry.MetadataModel
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
Public Sub New ( _
size As Integer _
)
'Usage
Dim size As Integer
Dim instance As New NamedActionDictionary(size)
public NamedActionDictionary(
int size
)
Parameters
- size
Type: System.Int32
Count of actions.
See Also
Reference
NamedActionDictionary Overload
Microsoft.Office.Server.ApplicationRegistry.MetadataModel Namespace