Lire en anglais Modifier

Partager via


JumpItemRejectionReason Enum

Definition

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

public enum JumpItemRejectionReason
Inheritance
JumpItemRejectionReason

Fields

Name Value Description
None 0

The reason is not specified.

InvalidItem 1

The JumpItem references an invalid file path, or the operating system does not support Jump Lists.

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.

Applies to

Produit Versions
.NET Framework 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1
Windows Desktop 3.0, 3.1, 5, 6, 7, 8, 9

See also