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() 方法以來,使用者已移除這些項目。

適用於