StartScreenManager.ContainsAppListEntryAsync(AppListEntry) 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.
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