Package.GetAppListEntriesAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Enumerates the packaged apps on the device and returns the list asynchronously. Only apps included in the current package are returned.
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))
Returns
A list of AppListEntry objects that specify the packaged apps along with their display name, description, and logo.
- Attributes