AppInstallerInfo.Version 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
會取得 PackageVersion 物件,表示 AppInstallerInfo 物件所代表之 App Installer 檔案的版本。
public:
property PackageVersion Version { PackageVersion get(); };
PackageVersion Version();
public PackageVersion Version { get; }
var packageVersion = appInstallerInfo.version;
Public ReadOnly Property Version As PackageVersion
屬性值
應用程式安裝程式檔案的版本。
Windows 需求
裝置系列 |
Windows 11 (已於 10.0.22000.0 引進)
|
API contract |
Windows.Foundation.UniversalApiContract (已於 v14.0 引進)
|
備註
請注意,這是應用程式安裝程式檔案本身的版本,而不是應用程式安裝程式所使用的架構版本,而且通常會指派來比對安裝程式檔案相關聯的主要套件版本。
這個屬性相當於 App Installer 檔案架構之AppInstaller元素的Version屬性。