IStringStorage Interface

Visual Studio 2015
 

Stores and retrieves strings. Used as an abstraction over the registry.

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

public interface IStringStorage : INotifyPropertyChanged

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.

NameDescription
System_CAPS_pubeventPropertyChanged

(Inherited from INotifyPropertyChanged.)

System_CAPS_pubeventPropertyChangedAsync

Raised when a setting value is created, changes, or is deleted.

Return to top
Show: