共用方式為


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