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

속성 값

구현

적용 대상