[]
Retrieves the destinations listed in the Recent or Frequent category in a Jump List.
public IList<C1JumpItem> GetKnownCategoryItems(JumpListKnownCategory knownCategory)
Type | Name | Description |
---|---|---|
JumpListKnownCategory | knownCategory | Specifies from which category the list of destinations should be retrieved. |
Type | Description |
---|---|
IList<C1JumpItem> |
If a user pins an item in the Recent or Frequent categories, the item is no longer shown in its original category to avoid duplication in the Jump List. However, the item will still be returned by this method.