Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

uap10:HostRuntime

Defines a package-wide extension that defines the runtime information to be used when activating a hosted app.

Element hierarchy

<Package>
   └─ <Extensions>
      └─ <uap10:Extension>
         └─ <uap10:HostRuntime>
   └─ <Applications>
      └─ <Application>
         └─ <Extensions>
            └─ <uap10:Extension>
               └─ <uap10:HostRuntime>

Syntax

<uap10:HostRuntime
 Id = 'A required alphanumeric string between 1 and 255 characters in length. Must begin with an alphabetic character.' />

Attributes

Attribute Description Data type Required Default value
Id The unique identifier of this specific host app in the package. A alphanumeric string between 1 and 255 characters in length. Must begin with an alphabetic character. Yes

Child elements

None.

Parent elements

Parent element Description
uap10:Extension Declares an extensibility point for the app.

Requirements

Item Value
Namespace http://schemas.microsoft.com/appx/manifest/uap/windows10/10
Minimum OS Version Windows 10 version 2004 (Build 19041)

Remarks

Examples


Feedback

Was this page helpful?

Additional resources