IAppxManifestReader::GetResources 方法 (appxpackaging.h)
取得列舉值,逐一查看指令清單中定義的資源。
語法
HRESULT GetResources(
[out, retval] IAppxManifestResourcesEnumerator **resources
);
參數
[out, retval] resources
類型: IAppxManifestResourcesEnumerator**
逐一查看資源的列舉值。
傳回值
類型: HRESULT
如果方法成功,則會傳回 S_OK。
備註
資源是使用指令清單中的 Resources 元素來指定。
當您完成使用 resources 物件時,請呼叫 IUnknown::Release 方法。
規格需求
需求 | 值 |
---|---|
最低支援的用戶端 | Windows 8 [僅限傳統型應用程式] |
最低支援的伺服器 | Windows Server 2012 [僅限傳統型應用程式] |
目標平台 | Windows |
標頭 | appxpackaging.h |