IAppxContentGroupMapReader::GetAutomaticGroups メソッド (appxpackaging.h)

コンテンツ グループ マップから自動コンテンツ グループを取得します。

構文

HRESULT GetAutomaticGroups(
  [out, retval] IAppxContentGroupsEnumerator **automaticGroupsEnumerator
);

パラメーター

[out, retval] automaticGroupsEnumerator

自動コンテンツ グループの列挙子。

戻り値

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

要件

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

こちらもご覧ください

IAppxContentGroupMapReader