ConfigurationBuilder.Properties プロパティ

定義

と登録済みの構成プロバイダーの間 IConfigurationBuilder でデータを共有するために使用できるキー/値コレクションを取得します。

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

プロパティ値

と登録済みの構成プロバイダーの間 IConfigurationBuilder でデータを共有するために使用できるキー/値コレクション。

実装

適用対象