共用方式為


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)

屬性值

IList<T> 物件的 ContextItem,這些物件以名稱/值組集合的形式為要求 (RST) 提供內容。 預設值是空白清單。

適用於

另請參閱