JumpItemRejectionReason Enumeration

Describes why a JumpItem could not be added to the Jump List by the Windows shell.

Namespace:  Microsoft.Windows.Shell
Assembly:  Microsoft.Windows.Shell (in Microsoft.Windows.Shell.dll)

Syntax

'Declaration
Public Enumeration JumpItemRejectionReason
public enum JumpItemRejectionReason
public enum class JumpItemRejectionReason
type JumpItemRejectionReason
public enum JumpItemRejectionReason

Members

Member name Description
None The reason is not specified.
InvalidItem The JumpItem references an invalid file path, or the operating system does not support Jump Lists.
NoRegisteredHandler The application is not registered to handle the file name extension of the JumpItem.
RemovedByUser The item was previously in the Jump List but was removed by the user.

See Also

Reference

Microsoft.Windows.Shell Namespace

JumpItemsRejected

RejectionReasons