IConfigurationBuilder.Properties 속성

정의

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

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

속성 값

적용 대상