Skip to main content

IEditingCapabilityProviderRegistry.Register<TInterface> method

Namespace: NextDesign.Core.EditingCapabilities

Description

Register your provider.

  • For TInterface, specify the type of provider to be registered.
  • Multiple providers can be registered.
  • If multiple providers of the same type are registered, the providers will be executed in the order of registration.
  • If the execution result of a provider is not null, that provider's result will be adopted and subsequent providers will not be executed.
  • If the results of all providers are null, perform the default action.

argument

NameTypeDescription
providerIEditingCapabilityProviderprovider

Return value

  • void