StartScreenManager.SupportsAppListEntry(AppListEntry) 方法

定义

检查应用是否可以固定到当前“开始”屏幕。

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

参数

appListEntry
AppListEntry

返回

Boolean

bool

适用于