IStringStorage::DeleteIfExistsAsync Method (String^)

Visual Studio 2015
 

Deletes a stored value.

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

Task^ DeleteIfExistsAsync(
	String^ name
)

Parameters

name
Type: System::String^

The case-insensitive name of the setting.

Return Value

Type: System.Threading.Tasks::Task^

Returns Task.

Return to top
Show: