ConfigurationManager.IConfigurationBuilder.Properties 屬性

定義

取得索引鍵/值集合,可用來在 和已註冊的組態來源之間 IConfigurationBuilder 共享數據。

property System::Collections::Generic::IDictionary<System::String ^, System::Object ^> ^ Microsoft::Extensions::Configuration::IConfigurationBuilder::Properties { System::Collections::Generic::IDictionary<System::String ^, System::Object ^> ^ get(); };
System.Collections.Generic.IDictionary<string,object> Microsoft.Extensions.Configuration.IConfigurationBuilder.Properties { get; }
member this.Microsoft.Extensions.Configuration.IConfigurationBuilder.Properties : System.Collections.Generic.IDictionary<string, obj>
 ReadOnly Property Properties As IDictionary(Of String, Object) Implements IConfigurationBuilder.Properties

屬性值

實作

適用於