JumpItemsRemovedEventArgs.RemovedItems プロパティ

定義

Apply() メソッドが最後に呼び出された後にユーザーによって削除されたジャンプ リスト項目の一覧を取得します。

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

プロパティ値

IList<JumpItem>

Apply() メソッドが最後に呼び出された後にユーザーによって削除されたジャンプ リスト項目の一覧。

適用対象