ISettingsManager Methods

Visual Studio 2015
 

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

NameDescription
System_CAPS_pubmethodGetOrCreateList(String^, Boolean)

Retrieves an existing list or creates a new one if one with the specified name doesn't exist.

System_CAPS_pubmethodGetSubset(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.

System_CAPS_pubmethodGetValueOrDefault<T>(String^, T)

Gets the value of a property, or the default if the value is not set.

System_CAPS_pubmethodNamesStartingWith(String^)

Returns the names of all settings currently stored whose names begin with the given prefix (case insensitive).

System_CAPS_pubmethodSetOnlineStore(IAsyncStringStorage^)

A temporary internal helper method.

System_CAPS_pubmethodSetSharedStore(IAsyncStringStorage^)

A temporary internal helper method that will be removed after Visual Studio 2015 Preview.

System_CAPS_pubmethodSetValueAsync(String^, Object^, Boolean)

Sets the value of a property.

System_CAPS_pubmethodTryGetValue<T>(String^, T)

Attempts to reads a value from the store and returns the result of the operation.

Return to top
Show: