StartScreenManager.SupportsAppListEntry(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 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