Click or drag to resize
IElementActivatorRegistry Methods

The IElementActivatorRegistry type exposes the following members.

Methods
  NameDescription
Public methodGetFactories
Returns all the corresponding factories for a node
Public methodGetService
Returns the registered service. If it is not registered yet it throws exception
(Inherited from IServiceTypeRegistryTService.)
Public methodIsRegistered
If type is registered returns true, otherwise false
(Inherited from IServiceTypeRegistryTService.)
Public methodLoadAndRegister
Loads the factory from loading context and registers it into the activator registry
(Inherited from IServiceTypeRegistryTService.)
Public methodRegisterElement
Registers an element and corresponding factory
Public methodRegisterFactory
Registers all the elements for the factory into the activator registry
Top
See Also