StartScreenManager.ContainsAppListEntryAsync(AppListEntry) Method

Definition

Checks if the app is currently pinned to the Start screen.

public:
 virtual IAsyncOperation<bool> ^ ContainsAppListEntryAsync(AppListEntry ^ appListEntry) = ContainsAppListEntryAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<bool> ContainsAppListEntryAsync(AppListEntry const& appListEntry);
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<bool> ContainsAppListEntryAsync(AppListEntry appListEntry);
function containsAppListEntryAsync(appListEntry)
Public Function ContainsAppListEntryAsync (appListEntry As AppListEntry) As IAsyncOperation(Of Boolean)

Parameters

appListEntry
AppListEntry

Returns

Attributes

Applies to