IVsStringMap::SetValue Method (String^, String^)
Visual Studio 2015
Sets the value of a named key.
Assembly: Microsoft.VisualStudio.Shell.Interop.10.0 (in Microsoft.VisualStudio.Shell.Interop.10.0.dll)
Parameters
- szKey
-
Type:
System::String^
[in] The name of the key to set.
- szValue
-
Type:
System::String^
[in] The value to associate with the key.
Null and empty strings are not valid key names. Any string (including a null string) is a valid value. Null values are returned from GetValue as empty strings. If an entry with the given key name already exists, it will be overwritten.
Show: