IHostBuilder.Properties 속성

정의

호스트 빌드 프로세스 중에 구성 요소 간에 상태를 공유하는 중앙 위치입니다.

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

속성 값

적용 대상