uap17:PackageExtensionHost
Description
Declares an app extensibility point of type windows.packageExtensionHost. This element indicates which categories of extensions the package can host. Those category names are provided as child elements, of which at least one is required.
Element Hierarchy
- <Package>
-
- <Extensions>
-
- <uap17:Extension>
- <uap17:PackageExtensionHost>
Syntax
<uap17:PackageExtensionHost>
<!-- Child elements -->
Name{0,unbounded}
</uap17:PackageExtensionHost>
Key
{}
specific range of occurrences
Child Elements
Element | Description |
---|---|
Name | Specifies the name of an extension category that can be hosted by a PackageExtensionHost. |
Requirements
Prefix | Value |
---|---|
uap17 | http://schemas.microsoft.com/appx/manifest/uap/windows10/17 |