ISettingsList::RefreshContentFromStoreAsync Method ()

Visual Studio 2015
 

Refreshes the content of the store, in case the underlying store has gotten out of sync with the in-memory list representation. This can happen if another instance modifies the store, read the store content again and merge it with the in-memory list.

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

Task^ RefreshContentFromStoreAsync()

Return Value

Type: System.Threading.Tasks::Task^

Returns Task.

Return to top
Show: