ICustomUIRegistry.UnRegisterAllCustomUIs method
Namespace: NextDesign.Desktop
Description
Unregisters all custom-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 empty string cannot be specified. |
Return value
- void
Exceptions
Name | Exception Class | Description |
---|---|---|
Invalid argument | ExtensionArgumentException | If null or an empty string is specified for extensionName |