JumpListItem.Kind Property

Definition

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.

Applies to