JumpItemsRejectedEventArgs Konstruktor
Definisi
Penting
Beberapa informasi terkait produk prarilis yang dapat diubah secara signifikan sebelum dirilis. Microsoft tidak memberikan jaminan, tersirat maupun tersurat, sehubungan dengan informasi yang diberikan di sini.
Menginisialisasi instans baru dari kelas JumpItemsRejectedEventArgs.
Overload
| Nama | Deskripsi |
|---|---|
| JumpItemsRejectedEventArgs() |
Menginisialisasi instans baru dari kelas JumpItemsRejectedEventArgs. |
| JumpItemsRejectedEventArgs(IList<JumpItem>, IList<JumpItemRejectionReason>) |
Menginisialisasi instans JumpItemsRejectedEventArgs baru kelas yang memiliki parameter yang ditentukan. |
JumpItemsRejectedEventArgs()
Menginisialisasi instans baru dari kelas JumpItemsRejectedEventArgs.
public:
JumpItemsRejectedEventArgs();
public JumpItemsRejectedEventArgs();
Public Sub New ()
Berlaku untuk
JumpItemsRejectedEventArgs(IList<JumpItem>, IList<JumpItemRejectionReason>)
Menginisialisasi instans JumpItemsRejectedEventArgs baru kelas yang memiliki parameter yang ditentukan.
public:
JumpItemsRejectedEventArgs(System::Collections::Generic::IList<System::Windows::Shell::JumpItem ^> ^ rejectedItems, System::Collections::Generic::IList<System::Windows::Shell::JumpItemRejectionReason> ^ reasons);
public JumpItemsRejectedEventArgs(System.Collections.Generic.IList<System.Windows.Shell.JumpItem> rejectedItems, System.Collections.Generic.IList<System.Windows.Shell.JumpItemRejectionReason> reasons);
new System.Windows.Shell.JumpItemsRejectedEventArgs : System.Collections.Generic.IList<System.Windows.Shell.JumpItem> * System.Collections.Generic.IList<System.Windows.Shell.JumpItemRejectionReason> -> System.Windows.Shell.JumpItemsRejectedEventArgs
Public Sub New (rejectedItems As IList(Of JumpItem), reasons As IList(Of JumpItemRejectionReason))
Parameter
Daftar item Jump List yang tidak dapat ditambahkan ke Jump List oleh shell Windows.
- reasons
- IList<JumpItemRejectionReason>
Daftar alasan mengapa item Jump List yang ditolak tidak dapat ditambahkan ke Jump List.
Pengecualian
Jumlah rejectedItems tidak sama dengan jumlah penolakan reasons.
Keterangan
Setiap item yang ditolak harus memiliki alasan penolakan yang sesuai.