Override to add registrations to the container.
| C# | Visual Basic | Visual C++ |
protected virtual void Load( ContainerBuilder builder )
Protected Overridable Sub Load ( _ builder As ContainerBuilder _ )
protected: virtual void Load( ContainerBuilder^ builder )
- builder (ContainerBuilder)
- The builder through which components can be registered.
Note that the ContainerBuilder parameter is unique to this module.