JumpItemsRejectedEventArgs.RejectedItems プロパティ

定義

Windows シェルによってジャンプ リストに追加できなかったジャンプ リスト項目の一覧を取得します。

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)

プロパティ値

IList<JumpItem>

Windows シェルによってジャンプ リストに追加できなかったジャンプ リスト項目の一覧。

適用対象