Skip to main content

ICustomUIRegistry.RegisterCustomFinder <TClass> Method

Namespace: NextDesign.Desktop

Description

Register your own extended finder.

  • TClass: Custom finder type

argument

NameTypeDescription
extensionNamestringextension name
Specify the extension name defined in the manifest.
Null or an empty string cannot be specified.
descriptorCustomFinderDescriptorType descriptor.
null cannot be specified.

Return value

  • void

Exception

NameException ClassDescription
Invalid argumentExtensionArgumentExceptionWhen null or empty string is specified for extensionName
When null is specified for descriptor
Duplicate custom UI identifierExtensionDuplicationExceptionWhen custom UI identifier (descriptor.Id) is specified more than once