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.
Gets the list of reasons why the rejected Jump List items could not be added to the Jump List.
Namespace: Microsoft.Windows.Shell
Assembly: Microsoft.Windows.Shell (in Microsoft.Windows.Shell.dll)
Syntax
'Declaration
Public Property RejectionReasons As IList(Of JumpItemRejectionReason)
public IList<JumpItemRejectionReason> RejectionReasons { get; private set; }
public:
property IList<JumpItemRejectionReason>^ RejectionReasons {
IList<JumpItemRejectionReason>^ get ();
private: void set (IList<JumpItemRejectionReason>^ value);
}
member RejectionReasons : IList<JumpItemRejectionReason> with get, private set
function get RejectionReasons () : IList<JumpItemRejectionReason>
private function set RejectionReasons (value : IList<JumpItemRejectionReason>)
Property Value
Type: System.Collections.Generic.IList<JumpItemRejectionReason>
The list of reasons why the rejected Jump List items could not be added to the Jump List.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.