MemoryConfigurationProvider.Add(String, String) 方法

定義

新增索引鍵和值組。

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)

參數

key
String

組態機碼。

value
String

組態值。

適用於