IStringStorage Interface
Visual Studio 2015
Stores and retrieves strings. Used as an abstraction over the registry.
Assembly: Microsoft.VisualStudio.Utilities (in Microsoft.VisualStudio.Utilities.dll)
| Name | Description | |
|---|---|---|
![]() | ClearAsync() | Deletes all stored values. |
![]() | DeleteIfExistsAsync(String) | Deletes a stored value. |
![]() | Get(String) | Returns the value and machine-local flag for the named item, or null if the item doesn't exist. |
![]() | NamesStartingWith(String) | |
![]() | SetAsync(String, StringWithMachineLocalFlag) | Stores a value and machine-local flag under a specified name. |
| Name | Description | |
|---|---|---|
![]() | PropertyChanged | (Inherited from INotifyPropertyChanged.) |
![]() | PropertyChangedAsync | Raised when a setting value is created, changes, or is deleted. |
Show:

