Поделиться через


StartScreenManager.ContainsAppListEntryAsync(AppListEntry) Метод

Определение

Проверяет, закреплено ли приложение на начальном экране.

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)

Параметры

appListEntry
AppListEntry

Возвращаемое значение

Атрибуты

Применяется к