IStringStorage Methods

Visual Studio 2015
 

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

NameDescription
System_CAPS_pubmethodClearAsync()

Deletes all stored values.

System_CAPS_pubmethodDeleteIfExistsAsync(String^)

Deletes a stored value.

System_CAPS_pubmethodGet(String^)

Returns the value and machine-local flag for the named item, or null if the item doesn't exist.

System_CAPS_pubmethodNamesStartingWith(String^)

System_CAPS_pubmethodSetAsync(String^, StringWithMachineLocalFlag^)

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

Return to top
Show: