'Declaration
Sub Register( _ ByVal context As IGlobalContext, _ ByVal definitionContext As IExtensionDefinitionContext _ )
void Register( IGlobalContext context, IExtensionDefinitionContext definitionContext )
Parameters
- context
- A standard interface to the hosting environment for the Extension, provided to all the different extensions that get loaded.
- definitionContext
- Used to register the various types used by the extension.