共用方式為


IAppxManifestMainPackageDependenciesEnumerator::GetCurrent 方法 (appxpackaging.h)

<取得位於列舉值目前位置的 MainPackageDependency> 專案。

語法

HRESULT GetCurrent(
  [out, retval] IAppxManifestMainPackageDependency **mainPackageDependency
);

參數

[out, retval] mainPackageDependency

目前的 <MainPackageDependency> 元素。

傳回值

如果方法成功,它會 傳回S_OK。 否則,它會傳回錯誤碼,其中包含但不限於下表中的錯誤碼。

傳回碼 Description
E_BOUNDS
列舉值已傳遞集合中的最後一個專案。

規格需求

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

另請參閱

IAppxManifestMainPackageDependenciesEnumerator