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

プロパティ値

実装

適用対象