StartScreenManager.SupportsAppListEntry(AppListEntry) Method

Definition

Checks if the app can be pinned to the current Start screen.

public:
 virtual bool SupportsAppListEntry(AppListEntry ^ appListEntry) = SupportsAppListEntry;
bool SupportsAppListEntry(AppListEntry const& appListEntry);
public bool SupportsAppListEntry(AppListEntry appListEntry);
function supportsAppListEntry(appListEntry)
Public Function SupportsAppListEntry (appListEntry As AppListEntry) As Boolean

Parameters

appListEntry
AppListEntry

Returns

Boolean

bool

Applies to