JumpListItem.Kind Property
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.
Gets the JumpListItemKind of a jump list item.
public:
property JumpListItemKind Kind { JumpListItemKind get(); };
JumpListItemKind Kind();
public JumpListItemKind Kind { get; }
var jumpListItemKind = jumpListItem.kind;
Public ReadOnly Property Kind As JumpListItemKind
Property Value
The JumpListItemKind enumeration indicating the kind of item represented by a jump list item.