Override to attach module-specific functionality to a
component registration.
| C# | Visual Basic | Visual C++ |
protected virtual void AttachToComponentRegistration( IComponentRegistry componentRegistry, IComponentRegistration registration )
Protected Overridable Sub AttachToComponentRegistration ( _ componentRegistry As IComponentRegistry, _ registration As IComponentRegistration _ )
protected: virtual void AttachToComponentRegistration( IComponentRegistry^ componentRegistry, IComponentRegistration^ registration )
- componentRegistry (IComponentRegistry)
- The component registry.
- registration (IComponentRegistration)
- The registration to attach functionality to.
This method will be called for all existing and future component
registrations - ordering is not important.