| CommandGroupInfoAttribute Constructor (Int32) |
Constructor for specifying the additional information for group
Namespace:
CodeStack.SwEx.AddIn.Attributes
Assembly:
CodeStack.SwEx.AddIn (in CodeStack.SwEx.AddIn.dll) Version: 0.8.1.0 (0.8.1.0)
Syntax public CommandGroupInfoAttribute(
int userId
)
Public Sub New (
userId As Integer
)
public:
CommandGroupInfoAttribute(
int userId
)
Parameters
- userId
- Type: SystemInt32
User id for the command group. Must be unique per add-in
See Also