This section explains how to create an extension point.
An extension point is defined by creating an attribute class, which extends the extension attribute base class, ExtensionAttribute. The properties of this attribute class define the meta-data extension developers can provide with their extensions.
Extension developers can now create an extension .Net class, and mark this…