Condividi tramite


JumpItemsRemovedEventArgs.RemovedItems Proprietà

Definizione

Ottiene l'elenco di elementi della Jump List rimossi dall'utente dall'ultima chiamata al metodo 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)

Valore della proprietà

IList<JumpItem>

Elenco di elementi della Jump List rimossi dall'utente dall'ultima chiamata al metodo Apply().

Si applica a