ISettingsManager::SetValueAsync Method (String^, Object^, Boolean)

Visual Studio 2015
 

Sets the value of a property.

Namespace:   Microsoft.VisualStudio.Settings
Assembly:  Microsoft.VisualStudio.Utilities (in Microsoft.VisualStudio.Utilities.dll)

Task^ SetValueAsync(
	String^ name,
	Object^ value,
	bool isMachineLocal
)

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.

Return Value

Type: System.Threading.Tasks::Task^

Returns Task.

Return to top
Show: