ICustomUIRegistry.UnRegisterAllCustomUIs method
Namespace: NextDesign.Desktop
Description
Unregisters all proprietary extended interfaces registered with the specified extension.
argument
| Name | Type | Description |
|---|---|---|
| extensionName | string | extension name Specify the extension name defined in the manifest. Null or an empty string cannot be specified. |
Return value
- void
Exception
| Name | Exception Class | Description |
|---|---|---|
| Invalid argument | ExtensionArgumentException | When null or an empty string is specified for extensionName |