ApplicationJumpTask Properties
Implements the functionality of an individual jump task that can be displayed within the Window’s Jump Lists.| Name | Description |
|---|---|
| ApplicationPath | Gets or sets the path to the application. |
| Arguments | Gets or sets the arguments passed to the application on startup. |
| CanFreeze | Gets a value that indicates whether the object can be made unmodifiable. Inherited from Freezable. |
| 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. |
| DependencyObjectType | Gets the DependencyObjectType that wraps the CLR type of this instance. Inherited from DependencyObject. |
| Description | Gets or sets the text displayed in the tooltip for the task in the Jump List. |
| Dispatcher | Gets the Dispatcher this DispatcherObject is associated with. Inherited from DispatcherObject. |
| 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. |
| IsFrozen | Gets a value that indicates whether the object is currently modifiable. Inherited from Freezable. |
| IsSealed | Gets a value that indicates whether this instance is currently sealed (read-only). Inherited from DependencyObject. |
| 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. |
See Also