uap10:HostRuntimeDependency
現在のアプリのホスト アプリへの依存関係を定義します。 詳細については、「 ホストされているアプリを作成する」を参照してください。
要素の階層
<uap10:HostRuntimeDependency>
構文
<uap10:HostRuntimeDependency
Name = 'An alphanumeric string that can contain periods and dashes.'
Publisher = 'A string with a value between 1 and 8192 characters in length that fits the regular expression of a distinguished name.'
MinVersion = 'A version string in quad notation ("Major.Minor.Build.Revision"), where "Major" cannot be "0".' />
属性と要素
属性
属性 | 説明 | データ型 | 必須 | 既定値 |
---|---|---|---|---|
名前 | ホスト アプリの名前。 | ピリオドとダッシュを含めることができる英数字の文字列。 | Yes | |
Publisher | ホスト アプリの発行元。 | 識別名の正規表現に適合する長さが 1 ~ 8192 文字の文字列。 | Yes | |
MinVersion | 現在のアプリが依存するホスト アプリの最小バージョン。 | 四角形表記 () のバージョン文字列。Major.Minor.Build.Revision ここで Major 、 を に 0 することはできません。 |
Yes |
子要素
なし
親要素
親要素 | 説明 |
---|---|
依存関係 | パッケージがソフトウェアを完了するために依存する他のパッケージを宣言します。 |
必要条件
Item | 値 |
---|---|
Namespace | http://schemas.microsoft.com/appx/manifest/uap/windows10/10 |
Minimum OS Version | Windows 10 バージョン 2004 (ビルド 19041) |