HostApplicationBuilder.IHostApplicationBuilder.Properties 속성

정의

호스트 빌드 프로세스 중에 구성 요소 간에 상태를 공유하기 위한 중앙 위치를 가져옵니다.

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

속성 값

구현

적용 대상