AppExtensionCatalog Class
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.
Provides information about available extensions within an extension group.
public ref class AppExtensionCatalog sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 196608)]
class AppExtensionCatalog final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 196608)]
public sealed class AppExtensionCatalog
Public NotInheritable Class AppExtensionCatalog
- Inheritance
- Attributes
Windows requirements
Device family |
Windows 10 Anniversary Edition (introduced in 10.0.14393.0)
|
API contract |
Windows.Foundation.UniversalApiContract (introduced in v3.0)
|
Methods
FindAll() |
Provides a read-only list of extensions in the catalog. |
FindAllAsync() |
Provides the list of extensions in the catalog. |
Open(String) |
Opens a catalog of extensions. |
RequestRemovePackageAsync(String) |
Attempts to remove the specified extension package from the machine. |
Events
PackageInstalled |
Event that is fired when an extension package is installed. |
PackageStatusChanged |
Event that is fired when an extension package in the catalog removed, updated, or installed. |
PackageUninstalling |
Event that is fired when an extension package is being uninstalled. |
PackageUpdated |
Event that is fired when an extension package in the catalog is updated. |
PackageUpdating |
Event that is fired when an extension package is being updated. |