ComponentOne Windows 7 Control Pack for WinForms
GetKnownCategoryItems Method



C1.Win.C1Win7Pack.4 Assembly > C1.Win.C1Win7Pack Namespace > C1JumpList Class : GetKnownCategoryItems Method
Specifies from which category the list of destinations should be retrieved.
Retrieves the destinations listed in the Recent or Frequent category in a Jump List.
Syntax
Public Function GetKnownCategoryItems( _
   ByVal knownCategory As JumpListKnownCategory _
) As IList(Of C1JumpItem)
Dim instance As C1JumpList
Dim knownCategory As JumpListKnownCategory
Dim value As IList(Of C1JumpItem)
 
value = instance.GetKnownCategoryItems(knownCategory)
public IList<C1JumpItem> GetKnownCategoryItems( 
   JumpListKnownCategory knownCategory
)
public:
IList<C1JumpItem^>^ GetKnownCategoryItems( 
   JumpListKnownCategory knownCategory
) 

Parameters

knownCategory
Specifies from which category the list of destinations should be retrieved.
Remarks
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.
See Also

Reference

C1JumpList Class
C1JumpList Members