Share via


IExtensionManagement 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 IExtensionManagement
public interface IExtensionManagement
type IExtensionManagement = interface
Public Interface IExtensionManagement

Methods

Commit<T>(ExtensionChangelist<T>)

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

Commits the specified changelist.

Commit<T>(ExtensionChangelist<T>, ManagementPackVerificationTypes)

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

Commits the specified changelist.

Retrieve<T>()

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

Retrieves all the objects in the current context.

Retrieve<T>(ExtensionIdentifier)

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

Retrieves the object with the specified identifier. If the object does not exist in the current context, an exception is thrown.

Retrieve<T>(IList<ExtensionIdentifier>)

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

Retrieves the objects with the specified identifiers. The output list contains only the objects that were found.

Applies to