JumpItemsRemovedEventArgs.RemovedItems 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得跳躍清單項目的清單,自上次呼叫 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)
屬性值
跳躍清單項目的清單,自上次呼叫 Apply() 方法以來,使用者已移除這些項目。