IVsSettingsStorageContainer.SetValue(String, String) Method

Definition

Sets a value for the specified key.

public:
 void SetValue(System::String ^ key, System::String ^ value);
public:
 void SetValue(Platform::String ^ key, Platform::String ^ value);
void SetValue(std::wstring const & key, std::wstring const & value);
public void SetValue (string key, string value);
abstract member SetValue : string * string -> unit
Public Sub SetValue (key As String, value As String)

Parameters

key
String

The key.

value
String

The value.

Applies to