JumpItemRejectionReason Enum
Definition
Describes why a JumpItem could not be added to the Jump List by the Windows shell.
public enum class JumpItemRejectionReason
public enum JumpItemRejectionReason
type JumpItemRejectionReason =
Public Enum JumpItemRejectionReason
- Inheritance
Fields
InvalidItem | 1 | The JumpItem references an invalid file path, or the operating system does not support Jump Lists. |
None | 0 | The reason is not specified. |
NoRegisteredHandler | 2 | The application is not registered to handle the file name extension of the JumpItem. |
RemovedByUser | 3 | The item was previously in the Jump List but was removed by the user. |