IVsSettingsStorageContainer.SetValue(String, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.