ApplicationJumpTask Members
Implements the functionality of an individual jump task that can be displayed within the Window’s Jump Lists.Constructors
| Name | Description |
|---|---|
| ApplicationJumpTask() | Initializes a new instance of the ApplicationJumpTask class. |
| ApplicationJumpTask(ApplicationJumpTaskInfo) | Initializes a new instance of the ApplicationJumpTask class. |
Fields
| Name | Description |
|---|---|
| CommandParameterProperty static | Identifies the ApplicationJumpTask.CommandParameter dependency property. |
| CommandProperty static | Identifies the ApplicationJumpTask.Command dependency property. |
Properties
| Name | Description |
|---|---|
| ApplicationPath | Gets or sets the path to the application. |
| Arguments | Gets or sets the arguments passed to the application on startup. |
| Command | Gets or sets the command to invoke when this jump task is clicked. |
| CommandId | Gets or sets the command identifier. |
| CommandParameter | Gets or sets the command parameter. This is a dependency property. |
| Description | Gets or sets the text displayed in the tooltip for the task in the Jump List. |
| Icon | Gets or sets a task’s icon. |
| IconResourceIndex | Gets or sets the zero-based index of an icon embedded in a resource. |
| IconResourcePath | Gets or sets the path to a resource that contains the icon to display in the Jump List. |
| Title | Gets or sets the text displayed for the task in the Jump List. |
| WorkingDirectory | Gets or sets the working directory of the application on startup. |
Methods
| Name | Description |
|---|---|
| Clone() | Creates a new ApplicationJumpTask object that is a copy of the current instance. |
Events
| Name | Description |
|---|---|
| Click | Occurs whenever an end-user clicks the ApplicationJumpTask‘s item. |
See Also