IStringStorage Methods
Visual Studio 2015
Namespace:
Microsoft.VisualStudio.Settings
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. |
Show:
