ISettingsManager::SetValueAsync Method (String^, Object^, Boolean)
Visual Studio 2015
Sets the value of a property.
Assembly: Microsoft.VisualStudio.Utilities (in Microsoft.VisualStudio.Utilities.dll)
Parameters
- name
-
Type:
System::String^
The name of the setting.
- value
-
Type:
System::Object^
An object which will be serialized and persisted as the new value.
- isMachineLocal
-
Type:
System::Boolean
True if the value is machine-local, otherwise false.
Show: