IAppxManifestTargetDeviceFamily::GetMaxVersionTested メソッド (appxpackaging.h)

AppxManifest.xml からテストされた最大バージョンを取得します。

構文

HRESULT GetMaxVersionTested(
  [out, retval] UINT64 *maxVersionTested
);

パラメーター

[out, retval] maxVersionTested

テストされた最大バージョンの属性。

戻り値

このメソッドは、成功すると S_OK を返します。 そうでない場合は、HRESULT エラー コードを返します。

要件

要件
サポートされている最小のクライアント Windows 10 [デスクトップ アプリのみ]
サポートされている最小のサーバー Windows Server 2016 [デスクトップ アプリのみ]
対象プラットフォーム Windows
ヘッダー appxpackaging.h

こちらもご覧ください

IAppxManifestTargetDeviceFamily