Class JumpListItem
- Namespace
- Microsoft.WindowsAPICodePack.Taskbar
- Assembly
- Microsoft.WindowsAPICodePack.Shell.dll
Represents a jump list item.
public class JumpListItem : ShellFile, IDisposable, IEquatable<ShellObject>, IJumpListItem
- Inheritance
-
JumpListItem
- Implements
- Inherited Members
Constructors
JumpListItem(string)
Creates a jump list item with the specified path.
public JumpListItem(string path)
Parameters
path
stringThe path to the jump list item.
Remarks
The file type should associate the given file
with the calling application.
Properties
Path
Gets or sets the target path for this jump list item.
public string Path { get; set; }