다음을 통해 공유


ConfigurationBuilder.Properties 속성

정의

및 등록된 구성 공급자 간에 IConfigurationBuilder 데이터를 공유하는 데 사용할 수 있는 키/값 컬렉션을 가져옵니다.

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

속성 값

및 등록된 구성 공급자 간에 IConfigurationBuilder 데이터를 공유하는 데 사용할 수 있는 키/값 컬렉션입니다.

구현

적용 대상