ISettingsManager Methods
Assembly: Microsoft.VisualStudio.Utilities (in Microsoft.VisualStudio.Utilities.dll)
| Name | Description | |
|---|---|---|
![]() | GetOrCreateList(String^, Boolean) | Retrieves an existing list or creates a new one if one with the specified name doesn't exist. |
![]() | GetSubset(String^) | Gets a collection representing all settings whose names match the specified pattern (either an exact match or a prefix match, depending on whether the pattern ends in '*'). Both the exact match and the prefix match are case-insensitive. |
![]() | GetValueOrDefault<T>(String^, T) | Gets the value of a property, or the default if the value is not set. |
![]() | NamesStartingWith(String^) | Returns the names of all settings currently stored whose names begin with the given prefix (case insensitive). |
![]() | SetOnlineStore(IAsyncStringStorage^) | A temporary internal helper method. |
![]() | SetSharedStore(IAsyncStringStorage^) | A temporary internal helper method that will be removed after Visual Studio 2015 Preview. |
![]() | SetValueAsync(String^, Object^, Boolean) | Sets the value of a property. |
![]() | TryGetValue<T>(String^, T) | Attempts to reads a value from the store and returns the result of the operation. |
