IVsSettingsStorageContainer::SetValue Method (String^, String^)

 

Sets a value for the specified key.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.12.0 (in Microsoft.VisualStudio.Shell.Interop.12.0.dll)

void SetValue(
	String^ key,
	String^ value
)

Parameters

key
Type: System::String^

The key.

value
Type: System::String^

The value.

Return to top
Show: