MemoryConfigurationProvider.Add(String, String) Metoda

Definice

Přidejte novou dvojici klíč a hodnota.

public:
 void Add(System::String ^ key, System::String ^ value);
public void Add (string key, string value);
public void Add (string key, string? value);
member this.Add : string * string -> unit
Public Sub Add (key As String, value As String)

Parametry

key
String

Konfigurační klíč.

value
String

Hodnota konfigurace.

Platí pro