Share via


IExtensionRegistry Interface

Definition

[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

public interface class IExtensionRegistry
public interface IExtensionRegistry
type IExtensionRegistry = interface
Public Interface IExtensionRegistry
Derived

Methods

GetExtensions()

[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Retrieves the list of all extensions from the system.

RegisterExtension(ExtensionRegistration)

[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Registers the passed in extension with the system.

UnregisterExtension(ExtensionRegistration)

[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Unregisters the passed in extension from the system.

Applies to