HostBuilder.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)

プロパティ値

実装

適用対象