Поделиться через


JumpItemsRejectedEventArgs.RejectionReasons - свойство

Получает список причин, по которым оболочке Windows не удалось добавить элементы в список переходов.

Пространство имен:  Microsoft.Windows.Shell
Сборка:  Microsoft.Windows.Shell (в Microsoft.Windows.Shell.dll)

Синтаксис

'Декларация
Public Property RejectionReasons As IList(Of JumpItemRejectionReason)
    Get
    Private Set
public IList<JumpItemRejectionReason> RejectionReasons { get; private set; }
public:
property IList<JumpItemRejectionReason>^ RejectionReasons {
    IList<JumpItemRejectionReason>^ get ();
    private: void set (IList<JumpItemRejectionReason>^ value);
}
member RejectionReasons : IList<JumpItemRejectionReason> with get, private set
function get RejectionReasons () : IList<JumpItemRejectionReason>
private function set RejectionReasons (value : IList<JumpItemRejectionReason>)

Значение свойства

Тип: System.Collections.Generic.IList<JumpItemRejectionReason>
Список причин, по которым оболочке Windows не удалось добавить элементы в список переходов.

Безопасность платформы .NET Framework

См. также

Ссылки

JumpItemsRejectedEventArgs Класс

Microsoft.Windows.Shell - пространство имен