次の方法で共有


IAppxBundleManifestReader2::GetOptionalBundles メソッド (appxpackaging.h)

ルート <Bundle> 要素の下にある <OptionalBundles> 要素を表すオブジェクトを取得します。

構文

HRESULT GetOptionalBundles(
  [out, retval] IAppxBundleManifestOptionalBundleInfoEnumerator **optionalBundles
);

パラメーター

[out, retval] optionalBundles

オプションのバンドル。

戻り値

このメソッドは、成功すると S_OK を返します。 そうでない場合は、HRESULT エラー コードを返します。

要件

   
サポートされている最小のクライアント Windows 10 [デスクトップ アプリのみ]
サポートされている最小のサーバー Windows Server 2016 [デスクトップ アプリのみ]
対象プラットフォーム Windows
ヘッダー appxpackaging.h

関連項目

IAppxBundleManifestReader2