Aracılığıyla paylaş


JumpItemsRemovedEventArgs.RemovedItems Özellik

Tanım

Yöntem son çağrıldığından bu yana kullanıcı tarafından kaldırılan Atlama Listesi öğelerinin Apply() listesini alır.

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)

Özellik Değeri

IList<JumpItem>

Yöntem son çağrıldığından bu yana kullanıcı tarafından kaldırılan Atlama Listesi öğelerinin Apply() listesi.

Şunlara uygulanır