Sdílet prostřednictvím


ConfigurationBuilder.Properties Vlastnost

Definice

Získá kolekci klíč/hodnota, která lze použít ke sdílení dat mezi IConfigurationBuilder a registrovanými zprostředkovateli konfigurace.

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)

Hodnota vlastnosti

Kolekce klíč/hodnota, která se dá použít ke sdílení dat mezi zprostředkovateli IConfigurationBuilder konfigurace a registrovanými zprostředkovateli konfigurace.

Implementuje

Platí pro