ジャンプ リスト項目をジャンプ リストに追加できなかった拒否理由の一覧を取得します。
名前空間: 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 セキュリティ
- 直前の呼び出し元に対する完全な信頼。 このメンバーは、部分的に信頼されているコードから使用することはできません。 詳細については、「部分信頼コードからのライブラリの使用」を参照してください。