IExtensibilityManager.RegisterExtension(Type, Object) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Registers an extension that is scoped to the current connection.
public:
void RegisterExtension(Type ^ extensionType, System::Object ^ extension);
public void RegisterExtension(Type extensionType, object extension);
abstract member RegisterExtension : Type * obj -> unit
Public Sub RegisterExtension (extensionType As Type, extension As Object)
Parameters
- extension
- Object
The target extension.
Remarks
The registered extension must implement the extensionType specified in the call.