获取未能将被拒绝的跳转列表项添加到跳转列表中的原因的列表。
命名空间: 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>
未能将被拒绝的跳转列表项添加到跳转列表中的原因的列表。
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关更多信息,请参见通过部分受信任的代码使用库。