IStringStorage::SetAsync Method (String^, StringWithMachineLocalFlag^)

Visual Studio 2015
 

Stores a value and machine-local flag under a specified name.

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

Task^ SetAsync(
	String^ name,
	StringWithMachineLocalFlag^ value
)

Parameters

name
Type: System::String^

The case-insensitive name of the setting.

value
Type: Microsoft.VisualStudio.Settings::StringWithMachineLocalFlag^

The value

Return Value

Type: System.Threading.Tasks::Task^

Returns Task.

Return to top
Show: