ICustomUIRegistry.RegisterCustomFinder <TClass> Method
Namespace: NextDesign.Desktop
Description
Register your own extended finder.
- TClass: Custom finder type
argument
| Name | Type | Description |
|---|---|---|
| extensionName | string | extension name Specify the extension name defined in the manifest. Null or an empty string cannot be specified. |
| descriptor | CustomFinderDescriptor | Type descriptor. null cannot be specified. |
Return value
- void
Exception
| Name | Exception Class | Description |
|---|---|---|
| Invalid argument | ExtensionArgumentException | When null or empty string is specified for extensionName When null is specified for descriptor |
| Duplicate custom UI identifier | ExtensionDuplicationException | When custom UI identifier (descriptor.Id) is specified more than once |