共用方式為


IAppxBundleManifestPackageInfo::GetPackageId 方法 (appxpackaging.h)

擷取物件,此物件表示應用程式套件的身分識別。

語法

HRESULT GetPackageId(
  [out, retval] IAppxManifestPackageId **packageId
);

參數

[out, retval] packageId

類型: IAppxManifestPackageId**

封裝識別碼。

傳回值

類型: HRESULT

如果此方法成功,則會傳回 S_OK。 否則,它會傳回 HRESULT 錯誤碼。

備註

當您完成使用 packageId 物件時,請呼叫 IUnknown::Release 方法。

規格需求

需求
最低支援的用戶端 Windows 8.1 [僅限傳統型應用程式]
最低支援的伺服器 Windows Server 2012 R2 [僅限傳統型應用程式]
目標平台 Windows
標頭 appxpackaging.h

另請參閱

IAppxBundleManifestPackageInfo