The IUiCommandActionCustomize interface contains properties and methods that are used to work with the collection of parameters of the actions available for repository objects.
The IWinApplication.CommandActionCustomize and IUiCommandExecutionContext.CommandActionCustomize properties determine collection of action parameters.
Property name | Brief description | |
Count | The Count property returns the number of actions with available parameter settings. | |
Item | The Item property returns action parameters by index. |
Method name | Brief description | |
Add | The Add method adds a new action to the collection and returns parameters of the added action. | |
Clear | The Clear method clears the action parameters collection. | |
Find | The Find method searches an action by its name. | |
Remove | The Remove method removes parameters of an action from the collection by index. | |
RemoveByName | The RemoveByName method removes parameters of action from the collection by name. |
See also: