AdditionalContext.Items プロパティ

定義

このインスタンスのコンテキスト項目のコレクションを取得します。

public:
 property System::Collections::Generic::IList<System::IdentityModel::Protocols::WSTrust::ContextItem ^> ^ Items { System::Collections::Generic::IList<System::IdentityModel::Protocols::WSTrust::ContextItem ^> ^ get(); };
public System.Collections.Generic.IList<System.IdentityModel.Protocols.WSTrust.ContextItem> Items { get; }
member this.Items : System.Collections.Generic.IList<System.IdentityModel.Protocols.WSTrust.ContextItem>
Public ReadOnly Property Items As IList(Of ContextItem)

プロパティ値

要求 (RST) に名前と値のペアのコレクションとしてコンテキストを提供する IList<T> オブジェクトの ContextItem。 既定値は空のリストです。

適用対象

こちらもご覧ください