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

プロパティ値

実装

適用対象