Note

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

Access to this page requires authorization. You can try .

uap10:HostRuntimeDependency

Defines a dependency on a host app for the current app. For more information, see Create hosted apps.

Element hierarchy

<Package>
   └─ <Dependencies>
      └─ <uap10:HostRuntimeDependency>

Syntax

<uap10:HostRuntimeDependency
 Name = 'A required value. <!-- TODO: Add description for t:ST_AsciiIdentifier -->'
 Publisher = 'A required value. <!-- TODO: Add description for t:ST_Publisher_2010_v2 -->'
 MinVersion = 'A required version string in quad notation, major.minor.build.revision, e.g. 1.2.3.4.' />

Attributes

Attribute Description Data type Required Default value
Name The name of the host app. A value. Yes
Publisher The publisher of the host app. A value. Yes
MinVersion The minimum version of the host app that the current app depends on. A version string in quad notation, major.minor.build.revision, e.g. 1.2.3.4. Yes

Child elements

None.

Parent elements

Parent element Description
Dependencies Declares other packages that a package depends on to complete its software.

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