JumpItemsRejectedEventArgs.RejectedItems 属性

定义

获取未能通过 Windows shell 添加到跳转列表中的跳转列表项的列表。

public:
 property System::Collections::Generic::IList<System::Windows::Shell::JumpItem ^> ^ RejectedItems { System::Collections::Generic::IList<System::Windows::Shell::JumpItem ^> ^ get(); };
public System.Collections.Generic.IList<System.Windows.Shell.JumpItem> RejectedItems { get; }
member this.RejectedItems : System.Collections.Generic.IList<System.Windows.Shell.JumpItem>
Public ReadOnly Property RejectedItems As IList(Of JumpItem)

属性值

未能通过 Windows shell 添加到跳转列表中的跳转列表项的列表。

适用于