Extension hook that subclasses can override to register additional advisors, given the sorted advisors obtained to date. The default implementation does nothing. Typically used to add advisors that expose contextual information required by some of the later advisors.
[Visual Basic] Protected Overridable Sub ExtendAdvisors( _ ByVal advisors As IList, _ ByVal objectType As Type, _ ByVal objectName As String _ )