uap7:OSPackageDependency

UWP アプリのパッケージ依存関係を定義します。

要素の階層

<パッケージ>

    <依存関係>

         <uap7:OSPackageDependency>

構文

<uap7:OSPackageDependency
  Name = 'An alphanumeric string that may contain periods and dashes.'
  Version = 'A version string in quad notation ("Major.Minor.Build.Revision"), where "Major" cannot be "0".' />

属性と要素

属性

属性 説明 データ型 必須 既定値
名前 パッケージの依存関係の名前。 ピリオドとダッシュを含む英数字の文字列。 はい
Version パッケージの依存関係のバージョン。 quad 表記 () のバージョン文字列。Major.Minor.Build.Revisionここで Major 、 を に 0することはできません。 Yes

子要素

なし

親要素

親要素 説明
依存関係 パッケージがソフトウェアを完了するために依存する他のパッケージを宣言します。

必要条件

Item
Namespace http://schemas.microsoft.com/appx/manifest/uap/windows10/7
Minimum OS Version Windows 10 バージョン 1809 (ビルド 17763)