Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Provides data for the JumpItemsRejected event.
Inheritance Hierarchy
System.Object
System.EventArgs
Microsoft.Windows.Shell.JumpItemsRejectedEventArgs
Namespace: Microsoft.Windows.Shell
Assembly: Microsoft.Windows.Shell (in Microsoft.Windows.Shell.dll)
Syntax
'Declaration
Public NotInheritable Class JumpItemsRejectedEventArgs _
Inherits EventArgs
public sealed class JumpItemsRejectedEventArgs : EventArgs
public ref class JumpItemsRejectedEventArgs sealed : public EventArgs
[<Sealed>]
type JumpItemsRejectedEventArgs =
class
inherit EventArgs
end
public final class JumpItemsRejectedEventArgs extends EventArgs
The JumpItemsRejectedEventArgs type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
JumpItemsRejectedEventArgs() | Initializes a new instance of the JumpItemsRejectedEventArgs class. |
![]() |
JumpItemsRejectedEventArgs(IList<JumpItem>, IList<JumpItemRejectionReason>) | Initializes a new instance of the JumpItemsRejectedEventArgs class that has the specified parameters. |
Top
Properties
Name | Description | |
---|---|---|
![]() |
RejectedItems | Gets the list of Jump List items that could not be added to the Jump List by the Windows shell. |
![]() |
RejectionReasons | Gets the list of reasons why the rejected Jump List items could not be added to the Jump List. |
Top
Methods
Name | Description | |
---|---|---|
![]() |
Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
![]() |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() |
GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.