Package.GetAppListEntriesAsync メソッド

定義

デバイス上のパッケージ化されたアプリを列挙し、リストを非同期的に返します。 現在のパッケージに含まれているアプリのみが返されます。

public:
 virtual IAsyncOperation<IVectorView<AppListEntry ^> ^> ^ GetAppListEntriesAsync() = GetAppListEntriesAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<IVectorView<AppListEntry>> GetAppListEntriesAsync();
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<IReadOnlyList<AppListEntry>> GetAppListEntriesAsync();
function getAppListEntriesAsync()
Public Function GetAppListEntriesAsync () As IAsyncOperation(Of IReadOnlyList(Of AppListEntry))

戻り値

パッケージ化されたアプリを表示名、説明、ロゴと共に指定する AppListEntry オブジェクトの一覧。

属性

適用対象

こちらもご覧ください